Remove debug message
This commit is contained in:
parent
f83550157c
commit
8dc0961f03
@ -37,8 +37,6 @@ public class PerkIncreaseBoosters extends Perk
|
||||
if (!hasPerk(player))
|
||||
return;
|
||||
|
||||
player.sendMessage("Increasing strength of booster ring to " + _strength + " for " + player.getName());
|
||||
|
||||
event.multiplyStrength(_strength);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user