From 4f36857636ee87c82a30b537eb30d094574025ad Mon Sep 17 00:00:00 2001 From: Jonathan Redpath Date: Mon, 7 Aug 2017 09:33:19 +0100 Subject: [PATCH] BUGFIX: fix logo lights --- Nasal/libraries.nas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nasal/libraries.nas b/Nasal/libraries.nas index 7e4992c2..15addfde 100644 --- a/Nasal/libraries.nas +++ b/Nasal/libraries.nas @@ -383,7 +383,7 @@ var logoTimer = maketimer(0.1, func { wow = getprop("/gear/gear[2]/wow"); slats = getprop("/controls/flight/slats"); if (setting == 0 and logo_lights == 1) { - setprop("/sim/model/lights/logo-lights", 1); + setprop("/sim/model/lights/logo-lights", 0); } else if (setting == 1 or setting == 2) { if (wow or slats == 1) { setprop("/sim/model/lights/logo-lights", 1);