Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Retrieve normal message content for mod compatibility (#48)
I discovered that `unsignedContent` was returning `null` on my server, which causes mixins downstream (namely those used by Chat Control by declipsonator) to throw NullPointerExceptions. Using getContent() instead fixes this! This change allows seamless integration with Chat Control and maybe other chat mods. Co-authored-by: Variadicism <[email protected]>
- Loading branch information