3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-09-19 22:30:05 +02:00

Updated for Bukkit commit 8ccfad945663cd0ea60531b085748c81fc6fefb8.

Dieser Commit ist enthalten in:
sk89q 2011-01-31 01:26:48 -08:00
Ursprung 190bdc4f8f
Commit 297fbd8bb9

Datei anzeigen

@ -415,7 +415,7 @@ public class BukkitWorld extends LocalWorld {
contents[i] = new BaseItemStack(
bukkitStack.getTypeId(),
bukkitStack.getAmount(),
(byte)bukkitStack.getDamage());
bukkitStack.getDurability());
}
}