Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-12-27 00:22:51 +01:00
Fix typo
Dieser Commit ist enthalten in:
Ursprung
a203c17e06
Commit
9a92d180d0
@ -615,7 +615,7 @@ public class InventoryPackets {
|
|||||||
ench.add(enchEntry);
|
ench.add(enchEntry);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
tag.remove("Enchantment");
|
tag.remove("Enchantments");
|
||||||
tag.put(ench);
|
tag.put(ench);
|
||||||
}
|
}
|
||||||
if (tag.get("StoredEnchantments") instanceof ListTag) {
|
if (tag.get("StoredEnchantments") instanceof ListTag) {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren