Nasal: bug fix

This commit is contained in:
Sidi Liang 2020-03-11 22:07:17 +08:00
parent b497b0a6c1
commit be8e53df61
No known key found for this signature in database
GPG Key ID: 79F0A6B20B72F42F
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ props.getNode("controls/lighting/headlight-als", 1).setValue(0);
props.getNode("sim/remote/pilot-callsign", 1).setValue("");
props.getNode("/systems/codriver-enable", 1).setValue(0);
props.getNode("systems/screen-enable", 1).setValue(0);
props.getNode("systems/pmodel-enable", 1).setValue(1);
props.getNode("systems/decorations-enable", 1).setValue(0);
props.getNode("systems/interior/type", 1).setValue("Default");