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