mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-07 18:50:41 +02:00
Fix luacheck syntax warnings
This commit is contained in:
@ -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]
|
||||
|
Reference in New Issue
Block a user