Browse Source

Fixed /colors help

nossr50 14 years ago
parent
commit
2e406479a6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vMinecraftCommands.java

+ 1 - 1
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"