From 54e4aeb087c945193b1ef8cce52f117799ff2b9f Mon Sep 17 00:00:00 2001
From: Josh Davidson <joshuadavidson2000@gmail.com>
Date: Sat, 8 Jun 2019 20:21:44 -0400
Subject: [PATCH] VC: Fix accidently reversed push and pull for ALT knob

---
 Models/FlightDeck/a320.flightdeck.xml | 4 ++--
 revision.txt                          | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Models/FlightDeck/a320.flightdeck.xml b/Models/FlightDeck/a320.flightdeck.xml
index dc1911ff..24145f0d 100644
--- a/Models/FlightDeck/a320.flightdeck.xml
+++ b/Models/FlightDeck/a320.flightdeck.xml
@@ -4082,7 +4082,7 @@
 			<repeatable>false</repeatable>
 			<binding>
 				<command>nasal</command>
-				<script>libraries.APPanel.ALTPull();</script>
+				<script>libraries.APPanel.ALTPush();</script>
 			</binding>
 			<binding>
 				<command>nasal</command>
@@ -4094,7 +4094,7 @@
 			<repeatable>false</repeatable>
 			<binding>
 				<command>nasal</command>
-				<script>libraries.APPanel.ALTPush();</script>
+				<script>libraries.APPanel.ALTPull();</script>
 			</binding>
 			<binding>
 				<command>nasal</command>
diff --git a/revision.txt b/revision.txt
index 8ac78db6..23d3df63 100644
--- a/revision.txt
+++ b/revision.txt
@@ -1 +1 @@
-4794
\ No newline at end of file
+4795
\ No newline at end of file