minor cleanup

This commit is contained in:
Brettflan
2011-08-19 19:41:28 -05:00
parent 4e7aa893a3
commit 62f80a607b
3 changed files with 7 additions and 6 deletions

View File

@ -61,7 +61,7 @@ public class FCommandCreate extends FBaseCommand {
faction.setTag(tag);
me.setRole(Role.ADMIN);
me.setFaction(faction);
for (FPlayer follower : FPlayer.getAllOnline()) {
follower.sendMessage(me.getNameAndRelevant(follower)+Conf.colorSystem+" created a new faction "+faction.getTag(follower));
}