mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2024-12-22 04:37:42 +01:00
fixed compatibility with mmoinv
This commit is contained in:
parent
d50319a2d9
commit
028c1a83d3
@ -37,7 +37,7 @@ public class RPGInventoryHook implements PlayerInventory, Listener {
|
||||
|
||||
for (ItemStack passive : InventoryAPI.getPassiveItems(player))
|
||||
if (passive != null)
|
||||
list.add(new EquippedItem(passive, EquipmentSlot.ANY));
|
||||
list.add(new EquippedItem(passive, EquipmentSlot.ACCESSORY));
|
||||
|
||||
return list;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user