diff --git a/Models/Instruments/OHpanel/OHpanel.xml b/Models/Instruments/OHpanel/OHpanel.xml
index 64a9053e..4742c096 100644
--- a/Models/Instruments/OHpanel/OHpanel.xml
+++ b/Models/Instruments/OHpanel/OHpanel.xml
@@ -5606,7 +5606,7 @@
property-toggle
- controls/switches/pneumatics/cabin-fans
+ controls/pneumatics/switches/cabin-fans
nasal
@@ -5621,7 +5621,7 @@
- controls/switches/pneumatics/cabin-fans
+ controls/pneumatics/switches/cabin-fans
0
diff --git a/Nasal/Libraries/buttons.nas b/Nasal/Libraries/buttons.nas
index 423bc9cf..cf87e525 100644
--- a/Nasal/Libraries/buttons.nas
+++ b/Nasal/Libraries/buttons.nas
@@ -31,7 +31,6 @@ var variousReset = func() {
setprop("/controls/CVR/tone", 0);
setprop("/controls/CVR/gndctl", 0);
setprop("/controls/CVR/erase", 0);
- setprop("/controls/switches/pneumatics/cabin-fans", 1);
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);
diff --git a/Systems/a320-aircond.xml b/Systems/a320-aircond.xml
index 4c481df9..4d95eedd 100644
--- a/Systems/a320-aircond.xml
+++ b/Systems/a320-aircond.xml
@@ -769,7 +769,7 @@
- /controls/switches/pneumatics/cabin-fans eq 1
+ /controls/pneumatics/switches/cabin-fans eq 1
/systems/failures/pneumatics/cabin-fans eq 0