From: Brandon Hu <103440971+Brandon-Huu@users.noreply.github.com> Date: Fri, 26 Jul 2024 05:55:44 +0000 (+0000) Subject: fix(cmd-Jobwhitelistadd): Fixed typo in Loc.GetString (#30355) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=a99ae6211dfd2db76d61bb57ccc4afc48d108949;p=space-station-14.git fix(cmd-Jobwhitelistadd): Fixed typo in Loc.GetString (#30355) LET ME IN THE BAR LET ME IN THE BAR LET ME IN THE BAR. IM 18 I SWEAR PLEASE PPLEASE NOOOO I SWEAR PLEASE PLEASE I WANNA GET CRUNK --- diff --git a/Content.Server/Administration/Commands/JobWhitelistCommands.cs b/Content.Server/Administration/Commands/JobWhitelistCommands.cs index a84a11ef84..e604417f92 100644 --- a/Content.Server/Administration/Commands/JobWhitelistCommands.cs +++ b/Content.Server/Administration/Commands/JobWhitelistCommands.cs @@ -47,7 +47,7 @@ public sealed class JobWhitelistAddCommand : LocalizedCommands var isWhitelisted = await _db.IsJobWhitelisted(guid, job); if (isWhitelisted) { - shell.WriteLine(Loc.GetString("cmd-jobwhitelist-already-whitelisted", + shell.WriteLine(Loc.GetString("cmd-jobwhitelistadd-already-whitelisted", ("player", player), ("jobId", job.Id), ("jobName", jobPrototype.LocalizedName)));