Fixes ghost operating gateways. (#50157)

This commit is contained in:
AnturK
2020-03-24 09:33:32 +01:00
committed by GitHub
parent 203bda5e3c
commit 2be0f092bf
+2
View File
@@ -297,6 +297,8 @@ GLOBAL_LIST_EMPTY(gateway_destinations)
/obj/machinery/computer/gateway_control/ui_act(action, list/params)
. = ..()
if(.)
return
switch(action)
if("linkup")
try_to_linkup()