Forgot to put vminecraftChat. before the nameColor call in fabulous

This commit is contained in:
cerevisiae 2010-11-29 21:02:45 -06:00
parent 746fdb97b1
commit 51a3f8d551

View File

@ -206,7 +206,7 @@ public class vminecraftCommands{
//Format the name
String playerName = Colors.White + "<"
+ nameColor(player) + Colors.White +"> ";
+ vminecraftChat.nameColor(player) + Colors.White +"> ";
//Make sure a message has been specified
if (args.length < 1) {return false;}
String str = " ";