3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-09-06 16:12:51 +02:00

Fixed compatibility with new server.

Dieser Commit ist enthalten in:
sk89q 2010-11-25 02:10:40 -08:00
Ursprung 6040b70ab1
Commit d942939336

Datei anzeigen

@ -198,7 +198,7 @@ public class ServerInterface {
}
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++) {