From 6fd8a92b2f29d89bd9be7af2326d0889f7da96fb Mon Sep 17 00:00:00 2001
From: Josh Davidson <joshdavidson2000@outlook.com>
Date: Fri, 1 Apr 2022 21:33:08 -0400
Subject: [PATCH] Control: Fix bug with invalid FDM

---
 Aircraft/Generic/generic-autopilot.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Aircraft/Generic/generic-autopilot.xml b/Aircraft/Generic/generic-autopilot.xml
index 215c1c4b4..f64f4b2fb 100644
--- a/Aircraft/Generic/generic-autopilot.xml
+++ b/Aircraft/Generic/generic-autopilot.xml
@@ -61,7 +61,7 @@ pitch-limit-min
 			</condition>
 			<property>/fdm/yasim/gross-weight-lbs</property>
 		</input>
-		<input>5</input> <!-- Halfway, if you're using some weird FDM! -->
+		<input>50000</input> <!-- Halfway, if you're using some weird FDM! -->
 		<output>/autopilot/internal/gain-factor</output>
 		<min>1</min>
 		<max>10</max>