From c388cfcecb0af5fdd722b6beefe38a8a5ae217b6 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 72311ab5fe0..e70b8e6962f 100644 --- a/code/controllers/configuration/entries/general.dm +++ b/code/controllers/configuration/entries/general.dm @@ -586,13 +586,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