Skip to content

Commit

Permalink
Removes that test line that was there
Browse files Browse the repository at this point in the history
  • Loading branch information
Oblisk234 committed Jan 22, 2025
1 parent 641498b commit d374434
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/modules/paperwork/faxmachine.dm
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,6 @@ GLOBAL_LIST_EMPTY(adminfaxes)
/obj/machinery/photocopier/faxmachine/AltClick(mob/user)
if(IsAdminGhost(user))
send_admin_fax(src)
else
message_admins("Not an admin ghost")

/obj/machinery/photocopier/faxmachine/examine(mob/user)
. = ..()
Expand Down

0 comments on commit d374434

Please sign in to comment.