Skip to content

Commit

Permalink
debork chunk load event, freakin' talamar!
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Nov 15, 2016
1 parent 346da44 commit 334fa93
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -87,6 +87,9 @@ else if (name.equals("world")) { // NOTE: Deprecated in favor of context.chunk.w

@EventHandler
public void onChunkLoad(ChunkLoadEvent event) {
if (!event.isNewChunk()) {
return;
}
chunk = new dChunk(event.getChunk());
world = new dWorld(event.getWorld());
this.event = event;
Expand Down

0 comments on commit 334fa93

Please sign in to comment.