diff options
-rw-r--r-- | src/users.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/users.cpp b/src/users.cpp index 4a77b450f..0266d0e44 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -2013,7 +2013,7 @@ void userrec::HandleEvent(EventType et, int errornum) { case EVENT_READ: ServerInstance->ProcessUser(this); - + return; break; case EVENT_WRITE: this->FlushWriteBuf(); |