mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 05:06:45 +01:00
Forgot to put vminecraftChat. before the nameColor call in fabulous
This commit is contained in:
parent
746fdb97b1
commit
51a3f8d551
@ -206,7 +206,7 @@ public class vminecraftCommands{
|
|||||||
|
|
||||||
//Format the name
|
//Format the name
|
||||||
String playerName = Colors.White + "<"
|
String playerName = Colors.White + "<"
|
||||||
+ nameColor(player) + Colors.White +"> ";
|
+ vminecraftChat.nameColor(player) + Colors.White +"> ";
|
||||||
//Make sure a message has been specified
|
//Make sure a message has been specified
|
||||||
if (args.length < 1) {return false;}
|
if (args.length < 1) {return false;}
|
||||||
String str = " ";
|
String str = " ";
|
||||||
|
Loading…
Reference in New Issue
Block a user