diff options
Diffstat (limited to 'server/src/main.cpp')
| -rw-r--r-- | server/src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/src/main.cpp b/server/src/main.cpp index 4f531da..2fcd42f 100644 --- a/server/src/main.cpp +++ b/server/src/main.cpp @@ -396,10 +396,10 @@ int main(int argc, char* argv[]) { client_server().erase(it); } - if (client.security_timeout()) { + /*if (client.security_timeout()) { io::logger->warn("{} failed to send security packet in time, dropping...", client.get_ip()); - } + }*/ io::logger->info("{} timed out.", client.get_ip()); }); |