mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2024-12-23 04:47:34 +01:00
Removed debug message
This commit is contained in:
parent
a62a958b95
commit
efaa1f92aa
@ -58,12 +58,6 @@ public class PlayerStats {
|
||||
playerData.getSetBonuses().getStats()
|
||||
.forEach((stat, value) -> getInstance(stat).addModifier("MMOItemSetBonus", new StatModifier(value, ModifierType.FLAT, EquipmentSlot.OTHER, ModifierSource.OTHER)));
|
||||
|
||||
for (EquippedPlayerItem item : playerData.getInventory().getEquipped()) {
|
||||
Type type = item.getItem().getType();
|
||||
ModifierSource source = type == null ? ModifierSource.OTHER : type.getItemSet().getModifierSource();
|
||||
System.out.println("Inv -> " + source + " " + item.getSlot());
|
||||
}
|
||||
|
||||
for (ItemStat stat : MMOItems.plugin.getStats().getNumericStats()) {
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user