1
0
Fork 0

Update acconfig.nas

This commit is contained in:
Lukas Gafner 2020-05-06 10:54:32 +02:00 committed by GitHub
parent aa556ba7c7
commit 5f0e3b1547
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")) {
setprop("/sim/current-view/name", "Copilot View");
}