mirror of
https://github.com/glest/glest-source.git
synced 2025-08-31 03:39:54 +02:00
- bugfix for network disconnect detection in game for clients (thanks tomreyn we finally found the bug)
This commit is contained in:
@@ -1018,7 +1018,7 @@ NetworkMessageType ClientInterface::waitForMessage()
|
||||
*/
|
||||
|
||||
Chrono chrono;
|
||||
if(SystemFlags::getSystemSettingType(SystemFlags::debugPerformance).enabled) chrono.start();
|
||||
chrono.start();
|
||||
|
||||
NetworkMessageType msg = nmtInvalid;
|
||||
int waitLoopCount = 0;
|
||||
|
Reference in New Issue
Block a user