mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-20 20:43:47 +01:00
Change all sleep(1)s into sleep(world.tick_lag)s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user