Skip to content

Commit

Permalink
remove conprint I missed.
Browse files Browse the repository at this point in the history
  • Loading branch information
QuickStick123 committed Jul 6, 2022
1 parent bf045bb commit 093fa7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Classes/ModStore.lua
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ function ModStoreClass:GetStat(stat, cfg)
for _, activeSkill in ipairs(self.actor.activeSkillList) do
if (activeSkill.skillTypes[SkillType.Aura] and not activeSkill.skillFlags.disable and activeSkill.buffList and activeSkill.buffList[1] and activeSkill.buffList[1].name == cfg.skillName) then
manaBase = activeSkill.skillData["ManaReservedBase"] and activeSkill.skillData["ManaReservedBase"] or 0
ConPrintf(manaBase)
reservedPercentMana = manaBase / self.actor.output["Mana"] * 100
if reservedPercentMana == math.huge then --Don't give infinite aura effect on infinite mana skills (they should just be disabled but not sure how)
reservedPercentMana = 0
Expand Down

0 comments on commit 093fa7a

Please sign in to comment.