Skip to content

Commit

Permalink
fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jan 30, 2019
1 parent eefad73 commit aee8b5d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1869,7 +1869,7 @@ && getPlayerEntity().getOpenInventory().getTopInventory() instanceof MerchantInv
if (chunk == null) {
return null;
}
return new Element(hasChunkLoaded(chunk.chunk)).getAttribute(attribute.fulfill(1));
return new Element(hasChunkLoaded(chunk.getChunk())).getAttribute(attribute.fulfill(1));
}


Expand Down

0 comments on commit aee8b5d

Please sign in to comment.