From 51a3f8d551ec6fcfb979bd68d3475962a6784713 Mon Sep 17 00:00:00 2001 From: cerevisiae Date: Mon, 29 Nov 2010 21:02:45 -0600 Subject: [PATCH] Forgot to put vminecraftChat. before the nameColor call in fabulous --- vminecraftCommands.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vminecraftCommands.java b/vminecraftCommands.java index 75590bf0a..aa37744a9 100644 --- a/vminecraftCommands.java +++ b/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 = " ";