forked from mrkubax10/industrialtest
Fix some machines locking sometimes
This commit is contained in:
@@ -91,7 +91,7 @@ local function registerSolarPanelGenerator(config)
|
||||
},
|
||||
onConstruct=solarPanel.onConstruct,
|
||||
onTimer=function(pos,elapsed,meta,inv)
|
||||
solarPanel.onTimer(pos,elapsed,meta,inv,config)
|
||||
return solarPanel.onTimer(pos,elapsed,meta,inv,config)
|
||||
end
|
||||
})
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user