Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Update BarkAccentSystem.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Zekins3366 authored Apr 16, 2024
1 parent 0461f69 commit c69e122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/Speech/EntitySystems/BarkAccentSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public string Accentuate(string message)
}

return message.Replace("!", _random.Pick(Barks))
.Replace("l", "r").Replace("L", "R");
.Replace("l", "r").Replace("L", "R")
//Corvax-Localization-Start
.Replace("л", "р").Replace("Л", "Р");
//Corvax-Localization-End
Expand Down

0 comments on commit c69e122

Please sign in to comment.