From 288e59b7cd3ed99d14f70d64e4198d6444c158e7 Mon Sep 17 00:00:00 2001 From: Jonathan Redpath Date: Mon, 9 Oct 2017 11:41:01 +0100 Subject: [PATCH] A3XX: Fix logo light --- Nasal/libraries.nas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nasal/libraries.nas b/Nasal/libraries.nas index bafc6e5c..83f94331 100644 --- a/Nasal/libraries.nas +++ b/Nasal/libraries.nas @@ -405,7 +405,7 @@ var logoTimer = maketimer(0.1, func { } else if (setting == 1 or setting == 2) { if (wow) { setprop("/sim/model/lights/logo-lights", 1); - } else if (!wow and slats > 1) { + } else if (!wow and slats > 0) { setprop("/sim/model/lights/logo-lights", 1); } else { setprop("/sim/model/lights/logo-lights", 0);