From fe656734fbf51a4cbe5b8697b34089afe31fbe2b Mon Sep 17 00:00:00 2001 From: Ivory Date: Tue, 18 Feb 2025 16:42:36 +0100 Subject: [PATCH] [NO GBP] Fix channel announcements not working with multiple values (#89524) forgot to remove the defaults, with those the configs get interpreted as one big string instead of a list --- code/controllers/configuration/entries/general.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/controllers/configuration/entries/general.dm b/code/controllers/configuration/entries/general.dm index 9964ccc6f8b..a6196f86a6d 100644 --- a/code/controllers/configuration/entries/general.dm +++ b/code/controllers/configuration/entries/general.dm @@ -583,13 +583,10 @@ return "" //default broadcast /datum/config_entry/str_list/channel_announce_new_game - default = null /datum/config_entry/str_list/channel_announce_end_game - default = null /datum/config_entry/str_list/chat_new_game_notifications - default = null /// validate ownership of admin flags for chat commands /datum/config_entry/flag/secure_chat_commands