Fix bukkit 1_8
This commit is contained in:
parent
8a91f09192
commit
a423684be9
@ -19,6 +19,6 @@ public class BukkitChunk_1_8 extends CharFaweChunk<Chunk> {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Chunk getNewChunk() {
|
public Chunk getNewChunk() {
|
||||||
return Bukkit.getWorld(getParent().getWorld()).getChunkAt(getX(), getZ());
|
return Bukkit.getWorld(getParent().getWorldName()).getChunkAt(getX(), getZ());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user