Fixed phantom section. Accursed underscores.

This commit is contained in:
korikisulda
2014-12-14 19:09:07 +00:00
committed by drtshock
parent 9aecd5f439
commit 10fd3f082a
2 changed files with 2 additions and 2 deletions

View File

@@ -94,7 +94,7 @@ public class CmdCreate extends FCommand {
msg(TL.COMMAND_CREATE_YOUSHOULD, p.cmdBase.cmdDescription.getUseageTemplate());
if (Conf.logFactionCreate) {
P.p.log(fme.getName() + TL.COMMAND_CREATE_CREATED_LOG.toString() + tag);
P.p.log(fme.getName() + TL.COMMAND_CREATE_CREATEDLOG.toString() + tag);
}
}