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