Skip to content

Commit

Permalink
removed loginfo
Browse files Browse the repository at this point in the history
  • Loading branch information
sayterdarkwynd committed Dec 15, 2019
1 parent 15ec07f commit 01c72f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stats/effects/swimboost/swimboost1.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ function init()
self.mouthBounds = {self.mouthPosition[1], self.mouthPosition[2], self.mouthPosition[1], self.mouthPosition[2]}
self.boostAmount = config.getParameter("boostAmount", 1)
effect.addStatModifierGroup({{stat = "boostAmount", effectiveMultiplier = self.boostAmount}}) -- add the swim boost stat
sb.logInfo("ive applied swimboost of x"..status.stat("boostAmount"))
--sb.logInfo("ive applied swimboost of x"..status.stat("boostAmount"))
end

function update(dt)
Expand Down

0 comments on commit 01c72f7

Please sign in to comment.