mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2026-02-05 09:15:40 +00:00
Fixed /prefixother and prefix colors
This commit is contained in:
@ -214,7 +214,7 @@ public class vMinecraftCommands{
|
||||
}
|
||||
|
||||
if(args.length >= 2 && args[0] != null){
|
||||
player.setPrefix(args[1]);
|
||||
other.setPrefix(args[1]);
|
||||
}
|
||||
|
||||
if(args.length >= 3 && args[1] != null){
|
||||
|
||||
Reference in New Issue
Block a user