Fix TE crash (whoops)
This commit is contained in:
parent
091d1ba4f4
commit
b1d5aeb2a9
@ -326,7 +326,7 @@ public class BukkitChunk_1_11 extends CharFaweChunk<Chunk, com.boydti.fawe.bukki
|
|||||||
BlockPosition bp = entry.getKey();
|
BlockPosition bp = entry.getKey();
|
||||||
TileEntity tile = entry.getValue();
|
TileEntity tile = entry.getValue();
|
||||||
tiles.remove(bp);
|
tiles.remove(bp);
|
||||||
tile.y();
|
tile.z();
|
||||||
nmsWorld.s(bp);
|
nmsWorld.s(bp);
|
||||||
tile.invalidateBlockCache();
|
tile.invalidateBlockCache();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user