From 2256cfba1ec049ab820f71a137eae4e3495c9fc4 Mon Sep 17 00:00:00 2001 From: Dameon Owen Date: Thu, 28 Nov 2024 21:10:31 -0500 Subject: [PATCH] Update client_procs.dm Remove TGS No Admins Online message --- code/modules/client/client_procs.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/client/client_procs.dm b/code/modules/client/client_procs.dm index 825784e951e..526ff69e713 100644 --- a/code/modules/client/client_procs.dm +++ b/code/modules/client/client_procs.dm @@ -522,7 +522,7 @@ GLOBAL_LIST_INIT(warning_ckeys, list()) holder.owner = null GLOB.admins -= src GLOB.adminchat -= src //fortuna add - if (!GLOB.admins.len && SSticker.IsRoundInProgress()) //Only report this stuff if we are currently playing. + // if (!GLOB.admins.len && SSticker.IsRoundInProgress()) //Only report this stuff if we are currently playing. /* var/cheesy_message = pick( "I have no admins online!",\ @@ -541,7 +541,7 @@ GLOBAL_LIST_INIT(warning_ckeys, list()) send2irc("Server", "[cheesy_message] (No admins online)") */ - send2irc("Server", "No admins online") + // send2irc("Server", "No admins online") QDEL_LIST_ASSOC_VAL(char_render_holders) if(movingmob != null)