forked from LogBlock/LogBlock
Chunk.load is just as World.loadChunk
This commit is contained in:
@ -799,7 +799,7 @@ public class BukkitUtils {
|
||||
return e;
|
||||
}
|
||||
if (!chunk.isLoaded()) {
|
||||
chunk.load();
|
||||
chunk.getWorld().getChunkAt(chunk.getX(), chunk.getZ());
|
||||
e = Bukkit.getEntity(uuid);
|
||||
if (e != null) {
|
||||
return e;
|
||||
|
Reference in New Issue
Block a user