New deploy & some javadoc fixes

This commit is contained in:
ProSavage
2018-12-20 20:15:10 -06:00
parent 4d9ad85b54
commit d19b321438
13 changed files with 23 additions and 21 deletions

View File

@@ -98,7 +98,7 @@ public class CmdTnt extends FCommand {
return;
}
if (fme.getFaction().getTnt() < amount) {
fme.msg(TL.COMMAND_TNT_WIDTHDRAW_NOTENOUGH);
fme.msg(TL.COMMAND_TNT_WIDTHDRAW_NOTENOUGH.toString());
return;
}
int fullStacks = amount / 64;