Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-09 21:10:05 +01:00
Updated for Bukkit commit 8ccfad945663cd0ea60531b085748c81fc6fefb8.
Dieser Commit ist enthalten in:
Ursprung
190bdc4f8f
Commit
297fbd8bb9
@ -415,7 +415,7 @@ public class BukkitWorld extends LocalWorld {
|
||||
contents[i] = new BaseItemStack(
|
||||
bukkitStack.getTypeId(),
|
||||
bukkitStack.getAmount(),
|
||||
(byte)bukkitStack.getDamage());
|
||||
bukkitStack.getDurability());
|
||||
}
|
||||
}
|
||||
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren