BUGFIX THIS AGAIN

This commit is contained in:
Marsdolphin 2020-03-11 19:07:20 +08:00 committed by GitHub
parent 27b546214f
commit 2c7b674bdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -103,19 +103,19 @@ var resume = func {
setprop("/controls/direction", dir);
var aileron = getprop("/save/controls/ail");
setprop("/controls/flight/aileron", ail);
setprop("/controls/flight/aileron", aileron);
var steering_wheel = getprop("/save/controls/stw");
setprop("/controls/steering_wheel", stw);
setprop("/controls/steering_wheel", steering_wheel);
var platename = getprop("/save/plate_name");
setprop("/systems/plate/name", pm);
setprop("/systems/plate/name", platename);
var platefile = getprop("/save/plate_file");
setprop("/systems/plate/file", pf);
setprop("/systems/plate/file", platefile);
var interior = getprop("/save/type/int");