mirror of
https://github.com/MassiveCraft/Factions.git
synced 2024-11-06 02:30:21 +01:00
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())
|
for (FPlayer fplayer : FPlayers.i.getOnline())
|
||||||
{
|
{
|
||||||
fplayer.msg("<h>%s<i> changed their description to:", myFaction.describeTo(fplayer));
|
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