More loginserver refactorings and cleanup

This commit is contained in:
Akkadius
2019-07-05 02:49:55 -05:00
parent b41e58fd10
commit 2c922876a9
7 changed files with 129 additions and 91 deletions
+1 -1
View File
@@ -196,7 +196,7 @@ int main()
Timer::SetCurrentTime();
server.client_manager->Process();
EQ::EventLoop::Get().Process();
Sleep(5);
Sleep(50);
}
LogLoginserver("Server Shutdown");