Fix: Feast Chef Ted Filter - #6546
ShanaHoshino wants to merge 3 commits into
Conversation
|
|
hannibal002
left a comment
There was a problem hiding this comment.
changelog: name what the player sees, not the filter. e.g. the Kernel donation message not being hidden
| "Unknown command. Type \"/help\" for help. ('uhfdsolguhkjdjfhgkjhdfdlgkjhldkjhlkjhsldkjfhldshkjf')", | ||
| "§3[SBE] §a§cUnable to download bin data. This may result in certain features not working!", | ||
| "§e[NPC] Feast Chef Ted§f: Thanks for the donation! I've added a §eKernel §fto your purse.", | ||
| "§e[NPC] Feast Chef Ted§r§f: §rThanks for the donation! I've added a §eKernel §fto your purse.", |
There was a problem hiding this comment.
remove this, it duplicates the new Feast Chef Ted filter and blocks the message even when that toggle is off
| // §e[NPC] Feast Chef Ted§r§f: §rThanks for the donation! I've added a §eKernel §fto your purse. | ||
| private val masterChefMessages = listOf( | ||
| "§e[NPC] Feast Chef Ted§f: §rThanks for the donation! I've added a §eKernel §fto your purse.", | ||
| "§e[NPC] Feast Chef Ted§r§f: §rThanks for the donation! I've added a §eKernel §fto your purse.", |
There was a problem hiding this comment.
this list is never read, block() only uses masterChefPatterns. please delete it plus the masterchef entries in messagesMap and patternsMap
Changelog Fixes