1
0
Fork 0

Minor fix to reset electrical system on autostart

b3619583f9
This commit is contained in:
Stuart Buchanan 2016-08-15 23:28:24 +01:00
parent 919e669f99
commit b69f8af815

View file

@ -9,6 +9,8 @@ var autostart = func (msg=1) {
return;
}
electrical.reset_battery_and_circuit_breakers();
setprop("/controls/switches/magnetos", 3);
setprop("/controls/engines/current-engine/throttle", 0.2);
setprop("/controls/engines/current-engine/mixture", 0.95);