Moved UDP logic from Hybrid server/client to UDP server/client. fixed bug in Server::CheckForTimeOuts.

This commit is contained in:
Jocke
2016-02-08 14:32:00 +01:00
parent 88d7b79cd3
commit ba9419b342
16 changed files with 271 additions and 230 deletions
+2 -1
View File
@@ -17,7 +17,8 @@ Client::Client(ConfigFile* config)
}
Client::~Client()
{ }
{
}
void Client::Start(World* world, EventBroker* eventBroker)
{