Skip to content

Commit

Permalink
fix chunk handling issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Mar 3, 2019
1 parent ae4ad21 commit 1ef8096
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -101,6 +101,7 @@ public Chunk getChunk() {
*/
public dChunk(Chunk chunk) {
this.cachedChunk = chunk;
world = new dWorld(chunk.getWorld());
chunkX = chunk.getX();
chunkZ = chunk.getZ();
}
Expand Down

0 comments on commit 1ef8096

Please sign in to comment.