Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retrieve normal message content for mod compatibility #48

Merged
merged 1 commit into from
Apr 5, 2024

Conversation

Variadicism
Copy link
Contributor

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.

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.
@Patbox Patbox merged commit 49c8882 into Patbox:1.20.3 Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants