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

Fix incorrect chat message length check for formatting #5041

Merged
merged 1 commit into from
Aug 8, 2022

Conversation

BoomEaro
Copy link
Contributor

@BoomEaro BoomEaro commented Aug 8, 2022

This little pull request fixes a small bug where any 1 character long message was never formatted.

For some reason, the formatting is allowed if the message length is greater than one, which is very strange, so I just changed 1 to 0.
It's not clear to me if this is a typo or intended behavior, so I opened this pull request.

@pop4959 pop4959 added type: bugfix PRs that fix bugs in EssentialsX. module: chat Issues or PRs for the EssentialsChat module labels Aug 8, 2022
@pop4959 pop4959 merged commit ee7c1b1 into EssentialsX:2.x Aug 8, 2022
@pop4959 pop4959 added this to the 2.19.5 milestone Aug 8, 2022
@BoomEaro BoomEaro deleted the fix/chatlengthformat branch August 8, 2022 22:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module: chat Issues or PRs for the EssentialsChat module type: bugfix PRs that fix bugs in EssentialsX.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants