More 1.15 wip No.2

This commit is contained in:
NotMyFault 2019-12-11 17:06:05 +01:00
parent 053b1a20d6
commit 68144232ba

View File

@ -215,7 +215,7 @@ public class BukkitGetBlocks_1_15 extends CharGetBlocks {
}
if (set.getBlock(lx, ly, lz).getOrdinal() != 0) {
TileEntity tile = entry.getValue();
tile.n();
tile.hasWorld();
tile.invalidateBlockCache();
}
}