Suppress DMAPI tests warning

This commit is contained in:
Jordan Dominion
2023-07-08 13:34:55 -04:00
parent 744e1835f8
commit 4bcb3c49e7
+1
View File
@@ -290,6 +290,7 @@ var/suppress_bridge_spam = FALSE
try
result = api.PerformBridgeRequest(bridge_request)
catch(var/exception/e)
world.log << "Caught exception: [e]"
result = null
if(!result || lastTgsError || result["integrationHack"] != "ok")