mirror of
https://github.com/Auxilor/EcoSkills.git
synced 2026-01-03 14:22:17 +00:00
Fixed ItemStatModifier having incorrect behaviour
This commit is contained in:
@@ -41,7 +41,7 @@ public class ItemStatModifier implements StatModifier {
|
||||
this.key = key;
|
||||
this.stat = stat;
|
||||
this.amount = amount;
|
||||
this.slots = slot;
|
||||
this.slots = slot.length == 0 ? EquipmentSlot.values() : slot;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user