Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-12-24 18:10:08 +01:00
More 1.15 wip No.2
Dieser Commit ist enthalten in:
Ursprung
053b1a20d6
Commit
68144232ba
@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren