diff --git a/code/modules/paperwork/faxmachine.dm b/code/modules/paperwork/faxmachine.dm index 6298a738f34..a7b31e6bb8b 100644 --- a/code/modules/paperwork/faxmachine.dm +++ b/code/modules/paperwork/faxmachine.dm @@ -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