1
0
mirror of https://codeberg.org/tenplus1/mobs_redo.git synced 2025-01-24 08:10:19 +01:00

revert node_ok fallback return

This commit is contained in:
TenPlus1 2017-08-03 19:24:18 +01:00
parent ea4f85980d
commit 2312319fe3

View File

@ -528,7 +528,7 @@ local node_ok = function(pos, fallback)
return node
end
return {name = fallback}
return minetest.registered_nodes[fallback] -- {name = fallback}
end