1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-21 22:06:22 +02:00

Proper TL

This commit is contained in:
GunfighterJ
2013-02-09 16:27:54 -06:00
parent d8c0256d3e
commit 399d243a06

View File

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