Remove debug message

This commit is contained in:
samczsun 2017-01-19 22:36:22 -05:00
parent f83550157c
commit 8dc0961f03
1 changed files with 0 additions and 2 deletions

View File

@ -37,8 +37,6 @@ public class PerkIncreaseBoosters extends Perk
if (!hasPerk(player)) if (!hasPerk(player))
return; return;
player.sendMessage("Increasing strength of booster ring to " + _strength + " for " + player.getName());
event.multiplyStrength(_strength); event.multiplyStrength(_strength);
} }
} }