Fix TE crash (whoops)

This commit is contained in:
Jesse Boyd 2016-11-23 15:15:06 +11:00
parent 091d1ba4f4
commit b1d5aeb2a9
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F
1 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@ public class BukkitChunk_1_11 extends CharFaweChunk<Chunk, com.boydti.fawe.bukki
BlockPosition bp = entry.getKey();
TileEntity tile = entry.getValue();
tiles.remove(bp);
tile.y();
tile.z();
nmsWorld.s(bp);
tile.invalidateBlockCache();
}