From 3edf4c2c693aa8598e1b2e2effd1271a922ebbdf Mon Sep 17 00:00:00 2001
From: Jonathan Redpath <legoboyvdlp@gmail.com>
Date: Mon, 12 Dec 2016 10:26:48 +0000
Subject: [PATCH] restore one of the LGCIU console thingies

---
 Nasal/LGCIU.nas | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Nasal/LGCIU.nas b/Nasal/LGCIU.nas
index ff0b6c11..459aa473 100644
--- a/Nasal/LGCIU.nas
+++ b/Nasal/LGCIU.nas
@@ -23,6 +23,7 @@ var lgciu_one_init = func {
 	setprop("/controls/lgciu[0]/nws/nwsenabled",0); #0 = disabled 1 = enabled, must be disabled for push
 	setprop("/controls/lgciu[0]/inuse",1); #the LGCIUs switch between eachother on each gear cycle. eg if one LGCIU fails put the gear down and bring them up again to reset
 	setprop("/controls/lgciu[0]/hasbeenret",0); #has the gear been retracted with LGCIU1?
+	print("LGCIU 1 Initialized");
 }
 
 var lgciu_two_init = func {
@@ -46,6 +47,7 @@ var lgciu_two_init = func {
 	setprop("/controls/lgciu[1]/nws/nwsenabled",0); #0 = disabled 1 = enabled, must be disabled for push
 	setprop("/controls/lgciu[1]/inuse",0); #the LGCIUs switch between eachother on each gear cycle. eg if one LGCIU fails put the gear down and bring them up again to reset
 	setprop("/controls/lgciu[1]/hasbeenret",0); #has the gear been retracted with LGCIU2?
+	print("LGCIU 1 Initialized");
 }