Skip to content

Commit

Permalink
Fix bomb planted ELO message not showing
Browse files Browse the repository at this point in the history
  • Loading branch information
MSWS committed Jul 16, 2024
1 parent 28e07ff commit aadcdfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/[LR] Core.cs
Original file line number Diff line number Diff line change
Expand Up @@ -970,7 +970,7 @@ private HookResult OnBombPlanted(EventBombPlanted eventBombPlanted, GameEventInf
{
var expChange = (int)ExperienceSettings.GetExperience("0", "lr_bombplanted");
ApplyExperienceUpdateSync(user, player, expChange, Localizer["bomb_planted"],
Localizer["bomb_planted"]);
Localizer["bomb_planted_color"]);
}
}

Expand Down

0 comments on commit aadcdfe

Please sign in to comment.