Merge branch 'pr/31'

This commit is contained in:
Unknown
2018-04-14 16:00:40 +01:00
7 changed files with 22 additions and 22 deletions

View File

@@ -20,7 +20,7 @@ local disallow = {
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)
@@ -40,4 +40,4 @@ commands.add_command('repair', 'Repairs all destoryed and damaged entites in an
end
end
end
end)
end)