From 78015a093b9910fcabae28056e5b5915663f1498 Mon Sep 17 00:00:00 2001 From: Josh Davidson <joshuadavidson2000@gmail.com> Date: Fri, 16 Jul 2021 13:20:26 -0400 Subject: [PATCH] fix --- Systems/fmgc-drivers.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Systems/fmgc-drivers.xml b/Systems/fmgc-drivers.xml index 75aad74a..c2435cbe 100644 --- a/Systems/fmgc-drivers.xml +++ b/Systems/fmgc-drivers.xml @@ -339,10 +339,10 @@ <condition> <and> <property>/instrumentation/efis/mfd/true-north</property> - <greater-than> + <greater-than-equals> <property>/velocities/groundspeed-kt</property> <value>1</value> - </greater-than> + </greater-than-equals> </and> </condition> <property>/orientation/track-deg</property> @@ -351,10 +351,10 @@ <condition> <and> <not><property>/instrumentation/efis/mfd/true-north</property></not> - <greater-than> + <greater-than-equals> <property>/velocities/groundspeed-kt</property> <value>1</value> - </greater-than> + </greater-than-equals> </and> </condition> <property>/orientation/track-magnetic-deg</property>