From 812e27574de3cdf7474451f6f6ced4bbc0aed2fd Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Mon, 25 May 2020 20:36:12 -0400 Subject: [PATCH] Is this the issue? --- tests/DMAPI/LongRunning/Test.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/DMAPI/LongRunning/Test.dm b/tests/DMAPI/LongRunning/Test.dm index 631dcfccae..341fbe260b 100644 --- a/tests/DMAPI/LongRunning/Test.dm +++ b/tests/DMAPI/LongRunning/Test.dm @@ -32,6 +32,7 @@ return "feck" /world/Reboot(reason) + world.sleep_offline = FALSE TgsChatBroadcast("World Rebooting") TgsReboot()