1
0
Fork 0

Cabin fans on

This commit is contained in:
Jonathan Redpath 2022-05-10 16:01:12 +01:00
parent b243163954
commit 3167ca4db6

View file

@ -110,7 +110,7 @@ var PNEU = {
me.Switch.bleed1.setBoolValue(1);
me.Switch.bleed2.setBoolValue(1);
me.Switch.blower.setBoolValue(0);
me.Switch.cabinFans.setBoolValue(0);
me.Switch.cabinFans.setBoolValue(1);
me.Switch.extract.setBoolValue(0);
me.Switch.groundAir.setBoolValue(0);
me.Switch.hotAir.setBoolValue(1);