staff mode

This commit is contained in:
NewGarbo 2015-11-28 09:31:18 +00:00
parent d8ae035f84
commit f5384a1382
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ public class ClansPlayerScoreboard extends PlayerScoreboard
{
team = scoreboard.registerNewTeam(teamName);
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;