mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-27 13:04:03 +00:00
More 1.15 wip No.2
This commit is contained in:
@@ -215,7 +215,7 @@ public class BukkitGetBlocks_1_15 extends CharGetBlocks {
|
|||||||
}
|
}
|
||||||
if (set.getBlock(lx, ly, lz).getOrdinal() != 0) {
|
if (set.getBlock(lx, ly, lz).getOrdinal() != 0) {
|
||||||
TileEntity tile = entry.getValue();
|
TileEntity tile = entry.getValue();
|
||||||
tile.n();
|
tile.hasWorld();
|
||||||
tile.invalidateBlockCache();
|
tile.invalidateBlockCache();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user