From 3b6b7ec4be086b5a3dfe666cc5959cc9cd2987a6 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Thu, 28 May 2020 13:31:38 -0400 Subject: [PATCH] Please make the pain stop --- tests/DMAPI/LongRunning/Test.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/DMAPI/LongRunning/Test.dm b/tests/DMAPI/LongRunning/Test.dm index f87eee7824..56c7ff174f 100644 --- a/tests/DMAPI/LongRunning/Test.dm +++ b/tests/DMAPI/LongRunning/Test.dm @@ -30,9 +30,12 @@ var/list/data = params2list(T) var/special_tactics = data["tgs_integration_test_special_tactics"] if(special_tactics) + world.sleep_offline = FALSE RebootAsync() + world.sleep_offline = FALSE return "ack" + world.sleep_offline = FALSE TgsChatBroadcast("Not rebooting...") return "feck"