mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 12:35:33 +01:00
Fixes ghost operating gateways. (#50157)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user