Skip to content

Commit

Permalink
Update client_procs.dm
Browse files Browse the repository at this point in the history
Remove TGS No Admins Online message
  • Loading branch information
DameonOwen authored Nov 29, 2024
1 parent 164f743 commit 2256cfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/client/client_procs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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!",\
Expand All @@ -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)
Expand Down

0 comments on commit 2256cfb

Please sign in to comment.