mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2026-02-18 17:53:00 +01:00
Fixed /prefixother and prefix colors
This commit is contained in:
@@ -249,6 +249,8 @@ public class vMinecraftChat {
|
||||
//Add the suffix if there is one
|
||||
output += vMinecraftUsers.getProfile(player).getSuffix();
|
||||
|
||||
output = Colors.White + output;
|
||||
|
||||
/*if(playerPrefix != null && !playerPrefix.isEmpty())
|
||||
output = applyColors(playerPrefix.substring(1)) + output;*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user