From 28197d5373179e74d370ba3cc7267b8693160c3f Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Mon, 26 Jun 2017 17:24:46 +0100 Subject: [PATCH] Updated help message --- control.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/control.lua b/control.lua index fe9e9130..785b99f0 100644 --- a/control.lua +++ b/control.lua @@ -564,7 +564,7 @@ function commandInit() end end) --repair - commands.add_command('repair',' Reives all entitys in this range. Admins can use all as range #4#',function(event) + commands.add_command('repair',' Reives and heals all entitys in this range. Admins can use all as range #4#',function(event) if event.player_index then local byPlayer = game.players[event.player_index] if event.parameter then else byPlayer.print('Invaild Input, /repair ') return end