From a8765ac679809d250800096486def3ebe50a6655 Mon Sep 17 00:00:00 2001
From: Joshua Davidson <joshuadavidson2000@gmail.com>
Date: Mon, 8 Oct 2018 12:57:10 -0400
Subject: [PATCH] Engine: Fix overwrite of cmd-norm

---
 Systems/a320-fcs.xml | 4 +---
 revision.txt         | 2 +-
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/Systems/a320-fcs.xml b/Systems/a320-fcs.xml
index af1e1a5f..c8c14742 100644
--- a/Systems/a320-fcs.xml
+++ b/Systems/a320-fcs.xml
@@ -1686,14 +1686,12 @@
 		<lag_filter name="fcs/throttle1">
 			<input>/controls/engines/engine[0]/throttle-output</input>
 			<c1>0.95</c1>
-			<output>fcs/throttle-cmd-norm</output>
-			<output>fcs/throttle-pos-norm</output>
+			<output>fcs/throttle-pos-norm[0]</output>
 		</lag_filter>
 		
 		<lag_filter name="fcs/throttle2">
 			<input>/controls/engines/engine[1]/throttle-output</input>
 			<c1>0.95</c1>
-			<output>fcs/throttle-cmd-norm[1]</output>
 			<output>fcs/throttle-pos-norm[1]</output>
 		</lag_filter>
 		
diff --git a/revision.txt b/revision.txt
index 667d7145..b5d4cd6b 100644
--- a/revision.txt
+++ b/revision.txt
@@ -1 +1 @@
-4666
\ No newline at end of file
+4667
\ No newline at end of file