mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-09-18 21:54:50 +00:00
SPIGOT-3684: Team#setColor does not trigger scoreboard update
This commit is contained in:
parent
d063cd0d3b
commit
e46898a5e8
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue