Add missing paren

This commit is contained in:
Jordan Brown
2020-04-23 02:35:27 -04:00
parent 02232e665f
commit 792f2f5896
+1 -1
View File
@@ -32,7 +32,7 @@
return FALSE
var/list/runtime_information = bridge_response[DMAPI5_BRIDGE_RESPONSE_RUNTIME_INFORMATION]
if(!istype(runtime_information)
if(!istype(runtime_information))
TGS_ERROR_LOG("Failed to decode runtime information from bridge response: [json_encode(bridge_response)]!")
return FALSE