Updated auxmos (see desc)
1. All callbacks are now auxmos-side, using new auxcallbacks. 2. Heat processing is now paused for and has been optimized by making it have fewer callbacks.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
if(T.air)
|
||||
if(T.initial_gas_mix)
|
||||
T.air.parse_gas_string(T.initial_gas_mix)
|
||||
T.temperature = T.air.return_temperature()
|
||||
T.set_temperature(T.air.return_temperature())
|
||||
else
|
||||
T.air.copy_from_turf(T)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user