Changed default variable value

This commit is contained in:
mathusummut
2019-02-10 15:37:17 +01:00
parent bd45d7d94e
commit d10629ed9f

View File

@@ -60,7 +60,7 @@ namespace Game {
this->clientLagCallbackInterface = clientLagCallbackInterface;
this->clientsAutoPausedDueToLag = false;
allowInGameConnections = false;
allowInGameConnections = true;
gameLaunched = false;
serverSynchAccessor = new Mutex(CODE_AT_LINE);