Skip to content

Commit

Permalink
fix string
Browse files Browse the repository at this point in the history
  • Loading branch information
PuroSlavKing committed Dec 26, 2024
1 parent ac5fafe commit f7de95b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ private void OnStaminaHitAttempt(Entity<LayOnMeleeHitComponent> entity, ref Stam
private void OnExamined(Entity<LayOnMeleeHitComponent> entity, ref ExaminedEvent args)
{
var onMsg = _itemToggle.IsActivated(entity.Owner)
? Loc.GetString("comp-LayOnMeleeHit-examined-on")
: Loc.GetString("comp-LayOnMeleeHit-examined-off");
? Loc.GetString("comp-telescopicbaton-examined-on")
: Loc.GetString("comp-telescopicbaton-examined-off");
args.PushMarkup(onMsg);
}

Expand Down

0 comments on commit f7de95b

Please sign in to comment.