Fix warning reported by LuaCheck (#563)

This commit is contained in:
David Leal 2020-09-05 11:54:37 -05:00 committed by GitHub
parent 00618d13b5
commit 11f2b4f4b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ function technic.register_base_machine(data)
local machine_desc = data.machine_desc
local tier = data.tier
local ltier = string.lower(tier)
data.modname = data.modname or minetest.get_current_modname()
local groups = {cracky = 2, technic_machine = 1, ["technic_"..ltier] = 1}