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

Increased text limit - Resolves #1941 #2039

Merged
merged 3 commits into from
Jun 30, 2017
Merged

Conversation

Wild1145
Copy link
Member

@Wild1145 Wild1145 commented May 31, 2017

Resolves #1941

// Truncate messages that are too long - 100 characters is vanilla client max
if (message.length() > 100)
// Truncate messages that are too long - 250 characters is vanilla client max
if (message.length() > 250)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As per the Minecraft wiki page, the maximum length should be 256.

@Wild1145
Copy link
Member Author

@JeromSar Was not aware, the original issue has been updated and I'll update the PR shortly.

@JeromSar JeromSar changed the base branch from tfm5.1-mc1.12 to devel June 2, 2017 13:27
@JeromSar JeromSar merged commit 30a6b7a into TotalFreedom:devel Jun 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants