staff mode

This commit is contained in:
NewGarbo 2015-11-28 09:31:18 +00:00
parent d8ae035f84
commit f5384a1382

View File

@ -84,7 +84,7 @@ public class ClansPlayerScoreboard extends PlayerScoreboard
{ {
team = scoreboard.registerNewTeam(teamName); team = scoreboard.registerNewTeam(teamName);
team.setPrefix(UtilText.trim(16, _clansManager.getClientManager().Get(otherPlayer).GetRank().getTag(true, true) + ChatColor.RESET + " ")); team.setPrefix(UtilText.trim(16, _clansManager.getClientManager().Get(otherPlayer).GetRank().getTag(true, true) + ChatColor.RESET + " "));
team.setSuffix(C.cRed + " CREATIVE"); team.setSuffix(C.cRed + " STAFF MODE");
} }
Objective domObjective; Objective domObjective;