Skip to content

Commit

Permalink
removed unnecessary print
Browse files Browse the repository at this point in the history
  • Loading branch information
zygzagZ committed Feb 21, 2017
1 parent 4c44d5c commit f8a6b17
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/02-support/events/manarestore.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ function AutoMana.onManaChange(player, mana, maxMana, oldMana, restoreType, trie
local delay = Helper.getItemUseDelay()

if player:getManaPercent() < manaValue then
print('restore')
Helper.safeUseInventoryItemWith(item:getId(), player, BotModule.isPrecisionMode())
end
if nextMana then
Expand Down

0 comments on commit f8a6b17

Please sign in to comment.