fixed time log

This commit is contained in:
Anonymous275
2020-02-06 17:40:07 +02:00
parent c47e8783e6
commit 4503338378
3 changed files with 3 additions and 6 deletions

View File

@@ -55,7 +55,6 @@ void ServerMain(int Port, int MaxClients) {
}
ENetHost *server;
ENetAddress address = {0};
address.host = ENET_HOST_ANY; //Bind the server to the default localhost.