BUGFIX: fix logo lights
This commit is contained in:
parent
239a7f30b5
commit
4f36857636
1 changed files with 1 additions and 1 deletions
|
@ -383,7 +383,7 @@ var logoTimer = maketimer(0.1, func {
|
||||||
wow = getprop("/gear/gear[2]/wow");
|
wow = getprop("/gear/gear[2]/wow");
|
||||||
slats = getprop("/controls/flight/slats");
|
slats = getprop("/controls/flight/slats");
|
||||||
if (setting == 0 and logo_lights == 1) {
|
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) {
|
} else if (setting == 1 or setting == 2) {
|
||||||
if (wow or slats == 1) {
|
if (wow or slats == 1) {
|
||||||
setprop("/sim/model/lights/logo-lights", 1);
|
setprop("/sim/model/lights/logo-lights", 1);
|
||||||
|
|
Reference in a new issue