Skip to content

Commit

Permalink
fix(cmd-Jobwhitelistadd): Fixed typo in Loc.GetString (space-wizards#…
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
Brandon-Huu authored Jul 26, 2024
1 parent 76096b2 commit a99ae62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public override async void Execute(IConsoleShell shell, string argStr, string[]
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)));
Expand Down

0 comments on commit a99ae62

Please sign in to comment.