From 46acf770b4cefc2cf307cfbcbfcf7657ff4c048c Mon Sep 17 00:00:00 2001
From: silicons <2003111+silicons@users.noreply.github.com>
Date: Thu, 25 Jun 2020 14:00:37 -0700
Subject: [PATCH] Update roundend.dm
---
code/__HELPERS/roundend.dm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/code/__HELPERS/roundend.dm b/code/__HELPERS/roundend.dm
index fc79c546e7..045ca2c519 100644
--- a/code/__HELPERS/roundend.dm
+++ b/code/__HELPERS/roundend.dm
@@ -174,7 +174,7 @@
to_chat(world, "
The round has ended.")
if(LAZYLEN(GLOB.round_end_notifiees))
- send2irc("Notice", "[GLOB.round_end_notifiees.Join(", ")] the round has ended.")
+ world.TgsTargetedChatBroadcast("[GLOB.round_end_notifiees.Join(", ")] the round has ended.", FALSE)
for(var/I in round_end_events)
var/datum/callback/cb = I