Fix luacheck syntax warnings

This commit is contained in:
Louis
2020-08-12 21:17:47 +02:00
parent 08343b172a
commit 0878430fe5
4 changed files with 2 additions and 7 deletions

View File

@ -20,7 +20,7 @@ dofile(modpath.."/support.lua")
dofile(modpath.."/technic.lua")
-- Translation support
local S = minetest.get_translator("technic_wrench")
local S = minetest.get_translator("technic_wrench")
local function get_meta_type(name, metaname)
local def = wrench.registered_nodes[name]