Reformat.

This commit is contained in:
drtshock
2014-11-05 18:36:47 -06:00
parent 27bf2008f1
commit 35813c7210
38 changed files with 143 additions and 180 deletions

View File

@@ -35,7 +35,7 @@ public class CmdAnnounce extends FCommand {
// Add for offline players.
for (FPlayer fp : myFaction.getFPlayersWhereOnline(false)) {
myFaction.addAnnouncement(fp, prefix + message);
myFaction.addAnnouncement(fp, prefix + message);
}
}