Add missing space (#4281)
This commit is contained in:
@@ -19,7 +19,7 @@ namespace Content.Server.Speech.Components
|
|||||||
private string InsertS(string message)
|
private string InsertS(string message)
|
||||||
{
|
{
|
||||||
// Replace every new Word that starts with s/S
|
// Replace every new Word that starts with s/S
|
||||||
var msg = message.Replace(" s", " es").Replace(" S", "Es");
|
var msg = message.Replace(" s", " es").Replace(" S", " Es");
|
||||||
|
|
||||||
// Still need to check if the beginning of the message starts
|
// Still need to check if the beginning of the message starts
|
||||||
if (msg.StartsWith("s"))
|
if (msg.StartsWith("s"))
|
||||||
|
|||||||
Reference in New Issue
Block a user