Skip to content

Commit

Permalink
fix wrong translation key
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusAntons committed Jan 31, 2025
1 parent 28bfa7e commit de30945
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ private void notifyTeam(
teamComponent = teamComponent.copy().withStyle(playerTeam.getColor());
}
final Component lockoutMessage = Bingo.translatable(
isLoss ? "bingo.goal_lost_other.lockout" : "bingo.goal_obtained.lockout",
isLoss ? "bingo.goal_lost_other.lockout" : "bingo.goal_lost.lockout",
teamComponent, goal.name().copy().withStyle(ChatFormatting.GOLD)
);
for (final ServerPlayer player : playerList.getPlayers()) {
Expand Down

0 comments on commit de30945

Please sign in to comment.