mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 13:16:45 +01:00
Removed the excess space between the player name and the message in /fabulous
This commit is contained in:
parent
7ae44da043
commit
20f62d90c9
@ -224,7 +224,7 @@ public class vminecraftCommands{
|
|||||||
if (msg.contains(playerName))
|
if (msg.contains(playerName))
|
||||||
vminecraftChat.gmsg( playerName
|
vminecraftChat.gmsg( playerName
|
||||||
+ vminecraftChat.rainbow(
|
+ vminecraftChat.rainbow(
|
||||||
msg.substring(playerName.length() - 1)));
|
msg.substring(playerName.length())));
|
||||||
else
|
else
|
||||||
vminecraftChat.gmsg(vminecraftChat.rainbow(msg));
|
vminecraftChat.gmsg(vminecraftChat.rainbow(msg));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user