diff --git a/code/controllers/subsystem/ticker.dm b/code/controllers/subsystem/ticker.dm index 8a663bbe80a..83d05b52da6 100644 --- a/code/controllers/subsystem/ticker.dm +++ b/code/controllers/subsystem/ticker.dm @@ -211,8 +211,7 @@ var/datum/subsystem/ticker/ticker var/list/adm = get_admin_counts() var/list/allmins = adm["present"] - if(!allmins.len) - send2irc("Server", "Round just started with no active admins online!") + send2irc("Server", "Round of [hide_mode ? "secret":"[mode.name]"] has started[allmins.len ? ".":" with no active admins online!"]") /datum/subsystem/ticker/proc/station_explosion_detonation(atom/bomb) if(bomb) //BOOM