When Faction descriptions are being set, they no longer display in purple like server messages

This commit is contained in:
Brettflan 2011-12-16 00:21:16 -06:00
parent e0aaa395a7
commit ac34c535b3
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ public class CmdDescription extends FCommand
for (FPlayer fplayer : FPlayers.i.getOnline())
{
fplayer.msg("<i>The faction %s<i> changed their description to:", myFaction.describeTo(fplayer));
fplayer.msg("<h>"+myFaction.getDescription());
fplayer.msg("<i>"+myFaction.getDescription());
}
}