mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2024-12-15 04:41:37 +08:00
Fixed compatibility with new server.
This commit is contained in:
parent
6040b70ab1
commit
d942939336
@ -198,7 +198,7 @@ public static boolean clearChest(Vector pt) {
|
||||
}
|
||||
|
||||
Chest chest = (Chest)cblock;
|
||||
hj[] itemArray = chest.getArray();
|
||||
hl[] itemArray = chest.getArray();
|
||||
|
||||
// Find an existing slot to put it into
|
||||
for (int i = 0; itemArray.length > i; i++) {
|
||||
|
Loading…
Reference in New Issue
Block a user