cleans up some unticked dm files (#18250)

This commit is contained in:
Selis
2025-08-16 05:05:52 +02:00
committed by GitHub
parent 12f2d53116
commit 61750078db
14 changed files with 25 additions and 101 deletions
+1 -3
View File
@@ -237,9 +237,7 @@ SUBSYSTEM_DEF(ticker)
var/list/adm = get_admin_counts()
var/list/allmins = adm["present"]
// TODO: IMPLEMENT: send2adminchat("Server", "Round [GLOB.round_id ? "#[GLOB.round_id]" : ""] has started[allmins.len ? ".":" with no active admins online!"]")
if(!allmins.len)
send2adminirc("A round has started with no admins online.")
send2adminchat("Server", "Round [GLOB.round_id ? "#[GLOB.round_id]" : ""] has started[allmins.len ? ".":" with no active admins online!"]")
setup_done = TRUE
// TODO START