fix: фикс фиксик фиксулька

This commit is contained in:
Remuchi
2024-01-10 20:14:49 +07:00
parent cfa31be8d4
commit d79a5e3190

View File

@@ -222,7 +222,7 @@ namespace Content.Server.GameTicking
"latejoin-arrival-announcement",
("character", MetaData(mob).EntityName),
("gender", character.Gender), // WD-EDIT
("job", CultureInfo.CurrentCulture.TextInfo.ToTitleCase(job.Name))
("job", CultureInfo.CurrentCulture.TextInfo.ToTitleCase(jobName))
), Loc.GetString("latejoin-arrival-sender"),
playDefaultSound: false);
}