예제 #1
0
 static string TokenName(Player p)
 {
     return((Server.Config.DollarNames ? "$" : "") + Colors.StripUsed(p.DisplayName));
 }