mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-01 15:50:39 +02:00
Fix server crash on anchor placement (#67)
This commit is contained in:
@ -114,7 +114,7 @@ minetest.register_node("technic:admin_anchor", {
|
|||||||
end,
|
end,
|
||||||
action_off = function(pos)
|
action_off = function(pos)
|
||||||
local meta = minetest.get_meta(pos)
|
local meta = minetest.get_meta(pos)
|
||||||
forceload_off(pos, meta)
|
forceload_off(meta)
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user