You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a player logs in, or under certain unknown circumstances, the player is unable to teleport. At those times, my console is flooded with this message: Essentials updated the underlying Player object for b97d86b4-8462-4f8e-a67c-39ae8b730fbb.
Steps to reproduce
Appear sometimes when doing baltop, or just leaving then joining
Expected behaviour
Player can teleport
Actual behaviour
Player can't teleport
Additional Information
The cache is updated every seconds/500ms, that makes the player unable to teleport.
Coming from loadUncachedUser -> "else if (!player.equals(user.getBase())" in ModernUserMap.java
The player seems to be updated in a loop, but the loop seems broken?
No response
The text was updated successfully, but these errors were encountered:
The code you're referencing in the ticket didn't exist in 2015, your plugins related to sharing playerdata between servers is likely what is causing issues.
The code you're referencing in the ticket didn't exist in 2015, your plugins related to sharing playerdata between servers is likely what is causing issues.
PlayerSQL only sync users inventories, nothing more
And this bug is present since 2015, if this code was not here since, it's coming from an other part of EssX
Type of bug
Error in console, Other unexpected behaviour
/ess dump all
outputhttps://essentialsx.net/dump.html?id=ac8d332de74047a5a8f1e44123ae625a
Error log (if applicable)
https://paste.gg/p/anonymous/b243635c0b064406b1eec7a53c54f73e
Bug description
When a player logs in, or under certain unknown circumstances, the player is unable to teleport. At those times, my console is flooded with this message: Essentials updated the underlying Player object for b97d86b4-8462-4f8e-a67c-39ae8b730fbb.
Steps to reproduce
Appear sometimes when doing baltop, or just leaving then joining
Expected behaviour
Player can teleport
Actual behaviour
Player can't teleport
Additional Information
The cache is updated every seconds/500ms, that makes the player unable to teleport.
Coming from loadUncachedUser -> "else if (!player.equals(user.getBase())" in ModernUserMap.java
The player seems to be updated in a loop, but the loop seems broken?
No response
The text was updated successfully, but these errors were encountered: