mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-23 21:16:52 +01:00
Fix V3 DMAPI build error [DMDeploy][TGSDeploy]
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user