mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-21 11:18:25 +00:00
[Performance] Slow dynamic zones down when no clients are in them
This commit is contained in:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user