geforkt von Mirrors/FastAsyncWorldEdit
Fixed compatibility with new server.
Dieser Commit ist enthalten in:
Ursprung
6040b70ab1
Commit
d942939336
@ -198,7 +198,7 @@ public class ServerInterface {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Chest chest = (Chest)cblock;
|
Chest chest = (Chest)cblock;
|
||||||
hj[] itemArray = chest.getArray();
|
hl[] itemArray = chest.getArray();
|
||||||
|
|
||||||
// Find an existing slot to put it into
|
// Find an existing slot to put it into
|
||||||
for (int i = 0; itemArray.length > i; i++) {
|
for (int i = 0; itemArray.length > i; i++) {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren