mirror of
https://github.com/minetest-mods/technic.git
synced 2025-11-08 19:25:29 +01:00
a bit stricter luacheck and some global leakage fixes
This commit is contained in:
@@ -12,7 +12,7 @@ else
|
||||
S = function (s) return s end
|
||||
end
|
||||
|
||||
function technic_homedecor_node_is_owned(pos, placer)
|
||||
local function technic_homedecor_node_is_owned(pos, placer)
|
||||
local ownername = false
|
||||
if type(isprotect) == "function" then -- glomie's protection mod
|
||||
if not isprotect(5, pos, placer) then
|
||||
|
||||
Reference in New Issue
Block a user