Fix Chargepad formspec not updating

This commit is contained in:
mrkubax10 2024-03-21 11:39:57 +01:00
parent 3c52a3e6f4
commit b1fc8b104f

View File

@ -152,7 +152,7 @@ chargepad.action=function(pos,node)
if shouldUpdateFormspec then
local def=minetest.registered_nodes[node.name]
def._industrialtest_updateFormspec(meta)
def._industrialtest_updateFormspec(pos)
end
end