mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 11:05:03 +01:00
hotfix (#17147)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user