Skip to content

Commit

Permalink
Update RussianAccentSystem.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
kipdotnet committed Jan 6, 2025
1 parent 98c3196 commit 8df409f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/Speech/EntitySystems/RussianAccentSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ public string Accentuate(string message)

private void OnAccent(EntityUid uid, RussianAccentComponent component, AccentGetEvent args)
{
args.Message = Accentuate(args.Message);
args.Message = Accentuate(args.Message);
}
}

0 comments on commit 8df409f

Please sign in to comment.