mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-16 20:42:05 +00:00
fax machine fix (#17142)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user