Skip to content

Commit

Permalink
fix wrong node mapping field name
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Nov 25, 2021
1 parent fdd710e commit b160480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/load_worker.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ local function place_schemapart(schemapart, ctx)
minetest.pos_to_string(pos1) ..
" completed")

if metadata.node_names["blockexchange:controller"] then
if metadata.node_mapping["blockexchange:controller"] then
-- controller found, save schema data to node metadata

-- find controller positions
Expand Down

0 comments on commit b160480

Please sign in to comment.