fax machine fix (#17142)

This commit is contained in:
SteelSlayer
2021-11-19 09:07:24 -06:00
committed by GitHub
parent 15ab57d78c
commit da544ecbbc

View File

@@ -149,7 +149,7 @@ GLOBAL_LIST_EMPTY(fax_blacklist)
/obj/machinery/photocopier/faxmachine/ui_act(action, params)
if(..())
if(!..()) // !..() here because the parent photocopier proc returns null as opposed to TRUE if the ui should not be interacted with.
return
var/is_authenticated = is_authenticated(usr)
. = TRUE