diff --git a/source/glest_game/network/client_interface.cpp b/source/glest_game/network/client_interface.cpp index d0cf84de1..63d25ca1d 100644 --- a/source/glest_game/network/client_interface.cpp +++ b/source/glest_game/network/client_interface.cpp @@ -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;