async chunk problem
PhanaticD opened this issue ยท 10 comments
this loads the chunk so the whole paperlib async teleport is completely negated https://github.com/EssentialsX/Essentials/blob/2.x/Essentials/src/com/earth2me/essentials/Teleport.java
"LocationUtil.isBlockUnsafeForUser"
I'm assuming you mean the calls to getBlockX/Y/Z are causing this problem. Can probably fix using getChunkAtAsync in that case.
yea, I managed to fix it by doing that, but the whole throws exceptions thing gets messy and Im not sure what to do about it properly
Literally the only lag spikes I get on my network are from essentials TP. Please fix!
EssentialsX now has async teleporting in the latest dev builds! You can download them from the EssentialsX website.
@gp-Airee Just so you know, "bumping" isn't really a thing on GitHub. This isn't a forum.
Should be fixed by #3102
If anyone here could test the PR and report any bugs you find!