From af9a34e4e770351d393152ff64640929238826c9 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Tue, 28 Mar 2017 21:10:57 -0500 Subject: [PATCH] [Performance] Slow dynamic zones down when no clients are in them --- zone/net.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zone/net.cpp b/zone/net.cpp index 2746595cf..e254ff5b7 100644 --- a/zone/net.cpp +++ b/zone/net.cpp @@ -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 {