SPIGOT-3684: Team#setColor does not trigger scoreboard update

This commit is contained in:
md_5 2017-12-08 09:31:20 +11:00
parent d063cd0d3b
commit e46898a5e8

View File

@ -85,6 +85,7 @@ final class CraftTeam extends CraftScoreboardComponent implements Team {
CraftScoreboard scoreboard = checkState();
team.setColor(CraftChatMessage.getColor(color));
scoreboard.board.handleTeamChanged(team); // SPIGOT-3684 - backing team fires this for prefix/suffix but not colour
}
public boolean allowFriendlyFire() throws IllegalStateException {