Fix server crash on anchor placement (#67)

This commit is contained in:
Alexander Ried 2020-07-01 10:11:14 +02:00 committed by GitHub
parent 6014539705
commit de5f0dbe93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}
}