mirror of
https://github.com/minetest-mods/technic.git
synced 2024-11-15 23:10:41 +01:00
Fix server crash on anchor placement (#67)
This commit is contained in:
parent
6014539705
commit
de5f0dbe93
|
@ -114,7 +114,7 @@ minetest.register_node("technic:admin_anchor", {
|
|||
end,
|
||||
action_off = function(pos)
|
||||
local meta = minetest.get_meta(pos)
|
||||
forceload_off(pos, meta)
|
||||
forceload_off(meta)
|
||||
end
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user