Updated help message

This commit is contained in:
Cooldude2606
2017-06-26 17:24:46 +01:00
parent c509ce6baa
commit 28197d5373

View File

@@ -564,7 +564,7 @@ function commandInit()
end
end)
--repair
commands.add_command('repair','<range/all> Reives all entitys in this range. Admins can use all as range #4#',function(event)
commands.add_command('repair','<range/all> 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 <range/all>') return end