From 2ac3c6bdc9bd8ddbee8d3e0e3e71619fb6e03fb3 Mon Sep 17 00:00:00 2001 From: Jonathan Baumgardner Date: Mon, 12 Mar 2018 22:40:19 -0500 Subject: [PATCH] Update repair.lua --- Addons/Commands/repair.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Addons/Commands/repair.lua b/Addons/Commands/repair.lua index 961f59a5..1670110d 100644 --- a/Addons/Commands/repair.lua +++ b/Addons/Commands/repair.lua @@ -11,7 +11,7 @@ Discord: https://discord.gg/r6dC2uK local const = 100 -- given const = 100: admin+ has unlimited, admin has 100, mod has 50, member has 20 -commands.add_command('repair', 'Repairs all destoryed and damaged entites in an area', {'range'}, function(event,args) +commands.add_command('repair', 'Repairs all destoryed and damaged entites in an area.', {'range'}, function(event,args) local range = tonumber(args.range) local player = Game.get_player(event) local rank = Ranking.get_rank(player) @@ -27,4 +27,4 @@ commands.add_command('repair', 'Repairs all destoryed and damaged entites in an end end end -end) \ No newline at end of file +end)