From 2b3d58fa562be0c7f24bfbac32797b882c48f656 Mon Sep 17 00:00:00 2001 From: CmonMate497 <48069760+CmonMate497@users.noreply.github.com> Date: Sat, 20 Jul 2019 19:54:16 +0100 Subject: [PATCH] Update jail.lua --- modules/commands/jail.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/commands/jail.lua b/modules/commands/jail.lua index a5d7ae37..4f0b6994 100644 --- a/modules/commands/jail.lua +++ b/modules/commands/jail.lua @@ -18,7 +18,7 @@ Commands.new_command('jail','Puts a player into jail and removes all other roles end end) -Commands.new_command('unjail','Puts a player into jail and removes all other roles.') +Commands.new_command('unjail','Removes a player from jail.') :add_param('player',false,'player-role') :add_alias('clear-jail','remove-jail') :enable_auto_concat() @@ -46,7 +46,7 @@ Commands.new_command('temp-ban','Temp bans a player until the next reset; this r end end) -Commands.new_command('clear-temp-ban','Removes temp ban from a player; this will not restore they items.') +Commands.new_command('clear-temp-ban','Removes temp ban from a player; this will not restore their items.') :add_param('player',false,'player-role') :add_alias('untemp-ban','remove-temp-ban') :enable_auto_concat() @@ -58,4 +58,4 @@ Commands.new_command('clear-temp-ban','Removes temp ban from a player; this will else return Commands.error{'expcom-jail.not-temp-banned',action_player_name_color} end -end) \ No newline at end of file +end)