diff --git a/patches/server/Adventure.patch b/patches/server/Adventure.patch index 679ce10adf..e07be043f8 100644 --- a/patches/server/Adventure.patch +++ b/patches/server/Adventure.patch @@ -3446,8 +3446,9 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + CraftScoreboard scoreboard = checkState(); + if (color == null) { + this.team.setColor(net.minecraft.ChatFormatting.RESET); ++ } else { ++ this.team.setColor(io.papermc.paper.adventure.PaperAdventure.asVanilla(color)); + } -+ team.setColor(io.papermc.paper.adventure.PaperAdventure.asVanilla(color)); + } + // Paper end