Modified description change message from being purple to yellow, to prevent exploit of color to spoof official server messages

This commit is contained in:
Brettflan 2011-11-11 13:27:04 -06:00
parent 95bdac3d86
commit 047a03af44

View File

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