1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-19 13:01:20 +02:00

Proper TL

This commit is contained in:
GunfighterJ
2013-02-09 16:27:54 -06:00
parent 8af3733971
commit 2b08440d68

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();
} }
} }