mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-25 00:25:28 +02:00
Forgot to put vminecraftChat. before the nameColor call in fabulous
This commit is contained in:
@@ -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 = " ";
|
||||||
|
Reference in New Issue
Block a user