Run the timeout_manager in loginserver (thanks image)

This commit is contained in:
Michael Cook (mackal)
2016-05-06 13:34:13 -04:00
parent e304fe6558
commit 3bf13c5349
+1
View File
@@ -199,6 +199,7 @@ int main()
Timer::SetCurrentTime();
server.client_manager->Process();
server.server_manager->Process();
timeout_manager.CheckTimeouts();
Sleep(100);
}