1
0
Fork 0

Update acconfig.nas

This commit is contained in:
Lukas Gafner 2020-05-06 11:00:21 +02:00 committed by GitHub
parent 5f0e3b1547
commit 497eb0b64e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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");
}