[MIRROR] Cleans up some unticked dm files (#11438)

Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-08-16 05:31:27 +02:00
committed by GitHub
co-authored by Selis
parent 91bb52b6d4
commit f7bef32db9
12 changed files with 25 additions and 30 deletions
+2 -5
View File
@@ -6,15 +6,12 @@
update_client_z(null)
log_access_out(src)
unset_machine()
var/datum/admins/is_admin = GLOB.admin_datums[src.ckey]
if(is_admin && is_admin.check_for_rights(R_HOLDER))
message_admins("Staff logout: [key_name(src)]") // Staff logout notice displays no matter what
if (SSticker && SSticker.current_state == GAME_STATE_PLAYING) //Only report this stuff if we are currently playing.
var/admins_number = GLOB.admins.len
if(admins_number == 0) //Apparently the admin logging out is no longer an admin at this point, so we have to check this towards 0 and not towards 1. Awell.
send2adminirc("[key_name(src)] logged out - no more admins online.")
set_listening(NON_LISTENING_ATOM) //maybe remove this, even if it will cause a teensy bit more lag
..()
return 1
return TRUE