diff --git a/code/modules/paperwork/faxmachine.dm b/code/modules/paperwork/faxmachine.dm
index 47e98b8e1b9..f4808f46d53 100644
--- a/code/modules/paperwork/faxmachine.dm
+++ b/code/modules/paperwork/faxmachine.dm
@@ -61,6 +61,7 @@ var/global/list/fax_blacklist = list()
/obj/machinery/photocopier/faxmachine/emag_act(mob/user)
if(!emagged)
emagged = 1
+ req_one_access = list()
to_chat(user, "The transmitters realign to an unknown source!")
else
to_chat(user, "You swipe the card through [src], but nothing happens.")