Get entities in world asynchronous won't work
Igzak opened this issue ยท 0 comments
Server Implementation
Paper
Server Version
1.19.2
Describe the bug
Conversation in discord: https://discord.com/channels/268444645527126017/344128526435221505/1033651664709763112
When calling public List<Entity> getEntities(Region region)
method in FastAsyncWorldEdit-Bukkit-2.4.9-SNAPSHOT-294.jar!\com\sk89q\worldedit\bukkit\BukkitWorld.class on row world.getEntities();
happen exception that say Asynchronous Chunk getEntities call!
To Reproduce
Create CraftAsyncTask and call world.getEntities() inside task
Expected behaviour
The entities List will be returned
Screenshots / Videos
Error log (if applicable)
https://paste.gg/p/anonymous/33310e89cdbb4633943eb5559eea48da
Fawe Debugpaste
https://athion.net/ISPaster/paste/view/77b1bbdb423e49dc9d17e11d9eb1339b
Fawe Version
FastAsyncWorldEdit-Bukkit-2.4.9-SNAPSHOT-294
Checklist
- I have included a Fawe debugpaste.
- I am using the newest build from https://ci.athion.net/job/FastAsyncWorldEdit/ and the issue still persists.
Anything else?
No response