This commit is contained in:
Sirryan2002
2021-11-21 01:50:34 -05:00
committed by GitHub
parent 0f8ceeba23
commit c9df82da96
+1 -1
View File
@@ -149,7 +149,7 @@ GLOBAL_LIST_EMPTY(fax_blacklist)
/obj/machinery/photocopier/faxmachine/ui_act(action, params)
if(!..()) // !..() here because the parent photocopier proc returns null as opposed to TRUE if the ui should not be interacted with.
if(isnull(..())) // isnull(..()) 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