Fixed /prefixother and prefix colors

This commit is contained in:
cerevisiae
2010-12-10 12:36:01 -06:00
parent 975b333b9e
commit 46ca332645
2 changed files with 3 additions and 1 deletions

View File

@ -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){