Jelajahi Sumber

Forgot to put vminecraftChat. before the nameColor call in fabulous

cerevisiae 14 tahun lalu
induk
melakukan
51a3f8d551
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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  = " ";