Fix warning reported by LuaCheck

This commit is contained in:
David Leal 2020-08-26 13:10:56 -05:00
parent 00618d13b5
commit fe53f4bc69
No known key found for this signature in database
GPG Key ID: 3C482B03FD220E68
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}