Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit d374434

Browse files
committed
Removes that test line that was there
1 parent 641498b commit d374434

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

code/modules/paperwork/faxmachine.dm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,6 @@ GLOBAL_LIST_EMPTY(adminfaxes)
236236
/obj/machinery/photocopier/faxmachine/AltClick(mob/user)
237237
if(IsAdminGhost(user))
238238
send_admin_fax(src)
239-
else
240-
message_admins("Not an admin ghost")
241239

242240
/obj/machinery/photocopier/faxmachine/examine(mob/user)
243241
. = ..()

0 commit comments

Comments
 (0)