Skip to content

Commit

Permalink
fix(spigot): incorrectly setting suffix with prefix's value
Browse files Browse the repository at this point in the history
Fixes regression in 04c4477
  • Loading branch information
diogotcorreia committed Jun 10, 2024
1 parent 2c31173 commit 6d3d311
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ private void handleScoreboardTeam(PacketEvent packet, SpigotLanguagePlayer langu
val parameters = WrappedTeamParameters.newBuilder()
.displayName(displayName)
.prefix(prefix)
.suffix(prefix)
.suffix(suffix)
.nametagVisibility(team.getNameTagVisibility())
.collisionRule(team.getCollisionRule())
.color(team.getColor())
Expand Down

0 comments on commit 6d3d311

Please sign in to comment.