Fixed processing power issue where values continually increased up to infinity
This commit is contained in:
parent
6364378437
commit
b41c3370cc
1 changed files with 1 additions and 1 deletions
|
@ -373,7 +373,7 @@ public class ArmorData {
|
||||||
continue;
|
continue;
|
||||||
// if(armorData != null && armorData.mStat != null && armorData.mStat.containsKey(statType))
|
// if(armorData != null && armorData.mStat != null && armorData.mStat.containsKey(statType))
|
||||||
// {
|
// {
|
||||||
change(mStat, statType, armorData.mStat.get(statType));
|
set(mStat, statType, armorData.mStat.get(statType));
|
||||||
// }
|
// }
|
||||||
/*change(mStat, StatType.MAGNET, armorData.mStat.get(StatType.MAGNET));
|
/*change(mStat, StatType.MAGNET, armorData.mStat.get(StatType.MAGNET));
|
||||||
change(mStat, StatType.THORNS, armorData.mStat.get(StatType.THORNS));
|
change(mStat, StatType.THORNS, armorData.mStat.get(StatType.THORNS));
|
||||||
|
|
Loading…
Reference in a new issue