Default value of no smoking sign to 0.5
This commit is contained in:
parent
30a3d8576d
commit
d2c6dc100d
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ var variousReset = func() {
|
|||
setprop("/modes/fcu/hdg-time", -45);
|
||||
setprop("/controls/navigation/switching/att-hdg", 0);
|
||||
setprop("/controls/navigation/switching/air-data", 0);
|
||||
setprop("/controls/switches/no-smoking-sign", 1);
|
||||
setprop("/controls/switches/no-smoking-sign", 0.5);
|
||||
setprop("/controls/switches/seatbelt-sign", 1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue