Modified description change message from being purple to yellow, to prevent exploit of color to spoof official server messages
This commit is contained in:
parent
95bdac3d86
commit
047a03af44
@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user