mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 08:44:01 +00:00
Merge pull request #2812 from alejandroliu/patch-1
Added missing LEATHER_BOOTs to Item::$list
This commit is contained in:
commit
c422b83abf
@ -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