From 4239da97550450144e607165dd6473e907c1a99f Mon Sep 17 00:00:00 2001
From: Joshua Davidson <joshuadavidson2000@gmail.com>
Date: Thu, 14 Mar 2019 17:30:37 -0400
Subject: [PATCH] System: Fix something

---
 Systems/fmgc-drivers.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/Systems/fmgc-drivers.xml b/Systems/fmgc-drivers.xml
index f65e1c70..95abc031 100644
--- a/Systems/fmgc-drivers.xml
+++ b/Systems/fmgc-drivers.xml
@@ -506,6 +506,16 @@
 		<max-rate-of-change>
 			<condition>
 				<and>
+					<or>
+						<equals>
+							<property>/it-autoflight/output/ap1</property>
+							<value>1</value>
+						</equals>
+						<equals>
+							<property>/it-autoflight/output/ap2</property>
+							<value>1</value>
+						</equals>
+					</or>
 					<equals>
 						<property>/it-autoflight/output/vert</property>
 						<value>1</value>