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;
|
return e;
|
||||||
}
|
}
|
||||||
if (!chunk.isLoaded()) {
|
if (!chunk.isLoaded()) {
|
||||||
chunk.load();
|
chunk.getWorld().getChunkAt(chunk.getX(), chunk.getZ());
|
||||||
e = Bukkit.getEntity(uuid);
|
e = Bukkit.getEntity(uuid);
|
||||||
if (e != null) {
|
if (e != null) {
|
||||||
return e;
|
return e;
|
||||||
|
Reference in New Issue
Block a user