diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/users.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/users.cpp b/src/users.cpp index bd376f6a1..ab8ac5777 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -727,9 +727,6 @@ void User::KillInternal(const Anope::string &source, const Anope::string &reason Log(this, "killed") << "was killed by " << source << " (Reason: " << reason << ")"; this->Quit(reason); - - this->quit = true; - quitting_users.push_back(this); } void User::Quit(const Anope::string &reason) |