소스 검색

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