Patch DMAPI to work around del(world) behavior

It doesn't actually stop the world until the end of the tick.
This commit is contained in:
Jordan Dominion
2023-10-24 02:43:09 -04:00
parent 20428736ec
commit d2f6dfde8b
6 changed files with 13 additions and 8 deletions
+1
View File
@@ -32,3 +32,4 @@
text2file(reason, "test_fail_reason.txt")
world.log << "Terminating..."
del(world)
sleep(1) // https://www.byond.com/forum/post/2894866