mirror of
https://github.com/glest/glest-source.git
synced 2025-02-25 12:12:25 +01:00
- adjust game start delay to 200 milis
This commit is contained in:
parent
2f53b3018d
commit
058548c208
@ -983,7 +983,7 @@ void ClientInterface::waitUntilReady(Checksum* checksum) {
|
||||
}
|
||||
|
||||
//delay the start a bit, so clients have more room to get messages
|
||||
sleep(1000);
|
||||
sleep(200);
|
||||
|
||||
// This triggers LAG update packets to begin as required
|
||||
lastNetworkCommandListSendTime = time(NULL);
|
||||
|
Loading…
x
Reference in New Issue
Block a user