mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
[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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user