Skip to content

Commit

Permalink
Merge pull request #574 from alau740/patch-9
Browse files Browse the repository at this point in the history
Update jail command description to not use UK English spellings
  • Loading branch information
Sceleratis authored Dec 3, 2021
2 parents 0ab5d7d + 4dbf253 commit c3c3b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MainModule/Server/Commands/Moderators.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2444,7 +2444,7 @@ return function(Vargs, env)
Commands = {"jail", "imprison"};
Args = {"player", "BrickColor"};
Hidden = false;
Description = "Jails the target player(s), removing their tools until they are un-jailed; Specify a BrickColor to change the colour of the jail bars";
Description = "Jails the target player(s), removing their tools until they are un-jailed; Specify a BrickColor to change the color of the jail bars";
Fun = false;
AdminLevel = "Moderators";
Function = function(plr: Player, args: {string})
Expand Down

0 comments on commit c3c3b1a

Please sign in to comment.