aboutsummaryrefslogtreecommitdiff
path: root/server/src/main.cpp
diff options
context:
space:
mode:
authorauth12 <[email protected]>2020-08-05 03:17:00 +0100
committerauth12 <[email protected]>2020-08-05 03:17:00 +0100
commit6b11856dbd89628ab198820c7dd1f117077a5420 (patch)
treed34ddff8f3658956b5c435a33c2829208ab2fc4f /server/src/main.cpp
parentAdded ui. (diff)
downloadloader-6b11856dbd89628ab198820c7dd1f117077a5420.tar.xz
loader-6b11856dbd89628ab198820c7dd1f117077a5420.zip
More ui improvements.
Under the hood improvements.
Diffstat (limited to 'server/src/main.cpp')
-rw-r--r--server/src/main.cpp4
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());
});