-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Description
Type of bug
Other unexpected behaviour
/ess version
output
[18:48:06] [Server thread/INFO]: Server version: 1.16.5-R0.1-SNAPSHOT git-Paper-468 (MC: 1.16.5)
[18:48:06] [Server thread/INFO]: EssentialsX version: 2.19.0-dev+69-adef08a
[18:48:06] [Server thread/INFO]: PlaceholderAPI version: 2.10.10-DEV-122
[18:48:06] [Server thread/INFO]: LuckPerms version: 5.2.106
[18:48:06] [Server thread/INFO]: Vault version: 1.7.3-b${env.TRAVIS_BUILD_NUMBER}
[18:48:06] [Server thread/INFO]: EssentialsXAntiBuild version: 2.19.0-dev+69-adef08a
[18:48:06] [Server thread/INFO]: EssentialsXSpawn version: 2.19.0-dev+69-adef08a
[18:48:06] [Server thread/INFO]: Citizens version: 2.0.27-SNAPSHOT (build 2264)
Server startup log
Unrelated.
EssentialsX config files
Error log (if applicable)
Unrelated.
Bug description
PR #3863 seems to make the AFK status change / message occur after a chat message is sent. Is there any possibility of moving this logic around so players go unafk first, followed by their message afterwards to match older Essentials behavior? Primarily to prevent someone returning from being AFK and immediately having their chat line thrown behind their afk status change one.
Here's a screenshot I found showing the old logic.
Here is how it currently now behaves.
Using ChatControl Red for reference (formerly ChatControl Pro v8).
Steps to reproduce
- Go afk.
- Chat to unafk.
- See afk status change message occur after chat message.
Expected behaviour
Old Essentials logic / behavior - AFK change before message.
Actual behaviour
AFK change after message.