From d40ddafa5ba736d7d665379db0393b8535dd929b Mon Sep 17 00:00:00 2001 From: Joshua Davidson Date: Thu, 27 Jul 2017 14:26:05 -0400 Subject: [PATCH] A3XX: Bugfix --- Nasal/buttons.nas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nasal/buttons.nas b/Nasal/buttons.nas index ac4a6082..167ec5d9 100644 --- a/Nasal/buttons.nas +++ b/Nasal/buttons.nas @@ -26,7 +26,7 @@ var variousReset = func { setprop("/controls/CVR/gndctl", 0); setprop("/controls/CVR/erase", 0); setprop("/controls/switches/cabinfan", 1); - setprop("/controls/oxygen/crewOxyPB", 0); # 0 = AUTO 1 = OFF + setprop("/controls/oxygen/crewOxyPB", 1); # 0 = OFF 1 = AUTO setprop("/controls/switches/emerCallLtO", 0); # ON light, flashes white for 10s setprop("/controls/switches/emerCallLtC", 0); # CALL light, flashes amber for 10s setprop("/controls/switches/emerCall", 0);