Error combining ZH and OH or UH and OH
-
TypeError: Cannot read property 'UH' of undefined
at Object.module.exports.loop (main:382:44)
at __mainLoop:1:52TypeError: Cannot read property 'ZH' of undefined
at Object.module.exports.loop (main:382:44)
at __mainLoop:1:52Nothing changed in the code from yesterday in today. The error line (382) is the line that runs the lab reactions.
depositOne.runReaction(reactorOne, reactorTwo);
-
Update: Dissi suggested forcing a reaction with a console command. I did so and then the code started working without any changes to the code.