When Faction descriptions are being set, they no longer display in purple like server messages
This commit is contained in:
parent
e0aaa395a7
commit
ac34c535b3
@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user