瀏覽代碼

Forgot to put vminecraftChat. before the nameColor call in fabulous

cerevisiae 15 年之前
父節點
當前提交
51a3f8d551
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      vminecraftCommands.java

+ 1 - 1
vminecraftCommands.java

@@ -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  = " ";