World <-> Login connection reworked

This commit is contained in:
KimLS
2016-10-28 19:02:03 -07:00
parent fab8765c2f
commit 0b8b41d91f
32 changed files with 729 additions and 701 deletions
-1
View File
@@ -197,7 +197,6 @@ int main()
while (run_server) {
Timer::SetCurrentTime();
server.client_manager->Process();
server.server_manager->Process();
EQ::EventLoop::Get().Process();
Sleep(1);
}