Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-07 20:10:06 +01:00
ServerInterface.clearChest() now clears using Chest.clearContents().
Dieser Commit ist enthalten in:
Ursprung
67b46a9f27
Commit
efb4a7b52f
@ -198,13 +198,7 @@ public class ServerInterface {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Chest chest = (Chest)cblock;
|
Chest chest = (Chest)cblock;
|
||||||
hl[] itemArray = chest.getArray();
|
chest.clearContents();
|
||||||
|
|
||||||
// Find an existing slot to put it into
|
|
||||||
for (int i = 0; itemArray.length > i; i++) {
|
|
||||||
itemArray[i] = null;
|
|
||||||
}
|
|
||||||
|
|
||||||
chest.update();
|
chest.update();
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren