From 2e406479a6a831cb565f556583e3326319b7765e Mon Sep 17 00:00:00 2001 From: nossr50 Date: Thu, 9 Dec 2010 20:29:28 -0800 Subject: [PATCH] Fixed /colors help --- vMinecraftCommands.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vMinecraftCommands.java b/vMinecraftCommands.java index 1801943c0..6c92cdb8d 100644 --- a/vMinecraftCommands.java +++ b/vMinecraftCommands.java @@ -377,7 +377,7 @@ public class vMinecraftCommands{ //Use: Displays a list of all colors and color codes //===================================================================== public static int colors(Player player, String[] args){ - vMinecraftChat.sendMessage(player, player, Colors.Rose + "You use these color codes like in quake or MW2, ^4 would make text red, ^a would make it light green."); + player.sendMessage(Colors.Rose + "You use these color codes like in quake or MW2, ^4 would make text red, ^a would make it light green."); vMinecraftChat.sendMessage(player, player, Colors.Black + "0" + Colors.Navy + "1"