diff --git a/application/core/ManiaControl.php b/application/core/ManiaControl.php index 31ee8dd7..1dbb0535 100644 --- a/application/core/ManiaControl.php +++ b/application/core/ManiaControl.php @@ -277,7 +277,7 @@ class ManiaControl implements CommandListener { // Yield for next tick $loopEnd = microtime(true); - $sleepTime = 300000 - $loopEnd + $loopStart; + $sleepTime = 1000 - $loopEnd + $loopStart; if ($sleepTime > 0) { usleep($sleepTime); }