Browse Source

Removed the excess space between the player name and the message in /fabulous

cerevisiae 14 years ago
parent
commit
20f62d90c9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vminecraftCommands.java

+ 1 - 1
vminecraftCommands.java

@@ -224,7 +224,7 @@ public class vminecraftCommands{
 				if (msg.contains(playerName))
 					vminecraftChat.gmsg( playerName
 							+ vminecraftChat.rainbow(
-									msg.substring(playerName.length() - 1)));
+									msg.substring(playerName.length())));
 				else
 					vminecraftChat.gmsg(vminecraftChat.rainbow(msg));
 			}