Fix V3 DMAPI build error [DMDeploy][TGSDeploy]

This commit is contained in:
Jordan Brown
2021-01-31 13:02:24 -05:00
parent 89183367f3
commit 5b86f1a444
5 changed files with 5 additions and 4 deletions
+1
View File
@@ -9,3 +9,4 @@
#define TGS_ERROR_LOG(message) world.log << "Err: [##message]"
#define TGS_NOTIFY_ADMINS(event)
#define TGS_CLIENT_COUNT 0
#define TGS_V3_API
+1 -1
View File
@@ -17,7 +17,7 @@
var/list/world_params = params2list(world.params)
if(!("test" in world_params) || world_params["test"] != "bababooey")
text2file("Expected parameter test=bababooey but did not receive", "test_fail_reason.txt")
world.log << "sleep2"
sleep(150)
world.log << "Terminating..."