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

This commit is contained in:
cerevisiae 2010-11-30 00:32:18 -06:00
parent 7ae44da043
commit 20f62d90c9

View File

@ -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));
}