mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 16:51:42 +00:00
Added missing LEATHER_BOOTs to Item::$list
For some reason the leather boots are missing.
This commit is contained in:
parent
6836e4fe58
commit
91315645cd
@ -431,6 +431,7 @@ class Item{
|
||||
self::$list[self::LEATHER_CAP] = LeatherCap::class;
|
||||
self::$list[self::LEATHER_TUNIC] = LeatherTunic::class;
|
||||
self::$list[self::LEATHER_PANTS] = LeatherPants::class;
|
||||
self::$list[self::LEATHER_BOOTS] = LeatherBoots::class;
|
||||
self::$list[self::CHAIN_HELMET] = ChainHelmet::class;
|
||||
self::$list[self::CHAIN_CHESTPLATE] = ChainChestplate::class;
|
||||
self::$list[self::CHAIN_LEGGINGS] = ChainLeggings::class;
|
||||
|
Loading…
x
Reference in New Issue
Block a user