[Performance] Slow dynamic zones down when no clients are in them

This commit is contained in:
Akkadius 2017-03-28 21:10:57 -05:00
parent 01d7a2a0a7
commit af9a34e4e7

View File

@ -550,7 +550,7 @@ int main(int argc, char** argv) {
#endif
#endif
} //end extra profiler block
if (is_zone_loaded) {
if (is_zone_loaded && numclients > 0) {
Sleep(ZoneTimerResolution);
}
else {