forked from mrkubax10/industrialtest
Fix Chargepad formspec not updating
This commit is contained in:
parent
3c52a3e6f4
commit
b1fc8b104f
@ -152,7 +152,7 @@ chargepad.action=function(pos,node)
|
|||||||
|
|
||||||
if shouldUpdateFormspec then
|
if shouldUpdateFormspec then
|
||||||
local def=minetest.registered_nodes[node.name]
|
local def=minetest.registered_nodes[node.name]
|
||||||
def._industrialtest_updateFormspec(meta)
|
def._industrialtest_updateFormspec(pos)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user