Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Saymode won't process custom say emotes (#81883) ## About The Pull Request Closes #62666 Every saymode does some snowflake thing for sending out its messages to the relevant mobs, and none of those snowflake things have handling for custom say emotes. We could manually go through and add the required handling, but for each implementation, it would get messy fast. So it's a bit easier to just prevent mobs using saymode from attempting to "emote" over them. Especially since it doesn't make sense in a lot of situations that we use saymodes. ## Changelog :cl: Melbert fix: Silicons can use asterisks in binary without fear of saying something interesting. /:cl: * Saymode won't process custom say emotes --------- Co-authored-by: NovaBot <[email protected]> Co-authored-by: MrMelbert <[email protected]>
- Loading branch information