mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2024-12-23 04:47:34 +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))
|
for (ItemStack passive : InventoryAPI.getPassiveItems(player))
|
||||||
if (passive != null)
|
if (passive != null)
|
||||||
list.add(new EquippedItem(passive, EquipmentSlot.ANY));
|
list.add(new EquippedItem(passive, EquipmentSlot.ACCESSORY));
|
||||||
|
|
||||||
return list;
|
return list;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user