Update acconfig.nas
This commit is contained in:
parent
5f0e3b1547
commit
497eb0b64e
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ setlistener("/sim/signals/fdm-initialized", func {
|
|||
save.restore(save.default, getprop("/sim/fg-home") ~ "/Export/" ~ getprop("/sim/aircraft") ~ "-save.xml");
|
||||
}
|
||||
|
||||
if (getprop("/options/system/fo-view")) {
|
||||
if (getprop("/options/system/fo-view") == 1) {
|
||||
setprop("/sim/current-view/name", "Copilot View");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue