Skip to content
New issue

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

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

Already on GitHub? # to your account

Fix incorrect /me behaviour in local chat #3848

Merged
merged 1 commit into from
Dec 21, 2020

Conversation

triagonal
Copy link
Member

@triagonal triagonal commented Dec 21, 2020

Information

This PR fixes #3834, where /me does not correctly respect the local chat radius if one is set.

Details

Proposed fix:
This PR adds the missing operation to square the chat radius before comparing it. This operation is present in EssentialsXChat's local chat listener, but was left out here.

Environments tested:

  • Latest Paper Version (any OS, any Java 8+ version)

@pop4959 pop4959 added the bug: confirmed Confirmed bugs in EssentialsX. label Dec 21, 2020
@pop4959 pop4959 merged commit 7bb12fd into EssentialsX:2.x Dec 21, 2020
@triagonal triagonal deleted the fix/me-local-radius branch December 21, 2020 04:35
DarkEyeDragon pushed a commit to DarkEyeDragon/Essentials that referenced this pull request Dec 24, 2020
@mdcfe mdcfe added this to the 2.19.0 milestone Feb 20, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug: confirmed Confirmed bugs in EssentialsX.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The / me command works in the wrong radius if you set the chat radius.
4 participants