mirror of
https://github.com/glest/glest-source.git
synced 2025-08-31 03:39:54 +02:00
Changed default variable value
This commit is contained in:
@@ -60,7 +60,7 @@ namespace Game {
|
||||
this->clientLagCallbackInterface = clientLagCallbackInterface;
|
||||
this->clientsAutoPausedDueToLag = false;
|
||||
|
||||
allowInGameConnections = false;
|
||||
allowInGameConnections = true;
|
||||
gameLaunched = false;
|
||||
|
||||
serverSynchAccessor = new Mutex(CODE_AT_LINE);
|
||||
|
Reference in New Issue
Block a user