Skip to content

Commit

Permalink
[NO GBP] Fix channel announcements not working with multiple values (…
Browse files Browse the repository at this point in the history
…#89524)

forgot to remove the defaults, with those the configs get interpreted as
one big string instead of a list
  • Loading branch information
distributivgesetz authored and lessthnthree committed Feb 22, 2025
1 parent 6520bc3 commit 3938b9e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions code/controllers/configuration/entries/general.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3938b9e

Please sign in to comment.