EssentialsX

EssentialsX

2M Downloads

Players unable to teleport

Koora7334 opened this issue ยท 0 comments

commented

Type of bug

Error in console, Other unexpected behaviour

/ess dump all output

https://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