Reformat.

This commit is contained in:
drtshock
2014-12-11 10:05:04 -06:00
parent 125a8c2050
commit 9aecd5f439
39 changed files with 408 additions and 437 deletions

View File

@@ -66,7 +66,7 @@ public class CmdSethome extends FCommand {
faction.msg(TL.COMMAND_SETHOME_SET, fme.describeTo(myFaction, true));
faction.sendMessage(p.cmdBase.cmdHome.getUseageTemplate());
if (faction != myFaction) {
fme.msg(TL.COMMAND_SETHOME_SETOTHER,faction.getTag(fme));
fme.msg(TL.COMMAND_SETHOME_SETOTHER, faction.getTag(fme));
}
}