Change all sleep(1)s into sleep(world.tick_lag)s

This commit is contained in:
Jordan Dominion
2024-02-19 16:47:12 -05:00
parent 0bbf7cd46a
commit ae3fa1785e
6 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -32,4 +32,4 @@
text2file(reason, "test_fail_reason.txt")
world.log << "Terminating..."
del(world)
sleep(1) // https://www.byond.com/forum/post/2894866
sleep(world.tick_lag) // https://www.byond.com/forum/post/2894866