Changed Berserk to add items to inventory rather than denying pickup

This commit is contained in:
GJ
2013-04-16 23:44:41 -04:00
parent 49bf190895
commit 2be3e3b43c
4 changed files with 4 additions and 18 deletions

View File

@ -23,7 +23,6 @@ public class McrefreshCommand extends ToggleCommand {
mcMMOPlayer.resetToolPrepMode();
mcMMOPlayer.resetAbilityMode();
player.setCanPickupItems(true);
player.sendMessage(LocaleLoader.getString("Ability.Generic.Refresh"));
}