Proper TL

This commit is contained in:
GunfighterJ 2013-02-09 16:27:54 -06:00
parent 03b115d4c3
commit b2a0166c46

View file

@ -77,7 +77,7 @@ public class Commandpotion extends EssentialsCommand
} }
else else
{ {
user.sendMessage("invalidPotion"); user.sendMessage(_("invalidPotion"));
throw new NotEnoughArgumentsException(); throw new NotEnoughArgumentsException();
} }
} }