the dummy entry is no longer needed; files get only written if they
actually contain aircraft settings
This commit is contained in:
parent
a73972512d
commit
ec18defa4c
1 changed files with 0 additions and 4 deletions
|
@ -474,10 +474,6 @@ var data = nil;
|
||||||
settimer(func {
|
settimer(func {
|
||||||
data = Data.new();
|
data = Data.new();
|
||||||
Data.new = func { die("illegal attempt to call Data.new()") }
|
Data.new = func { die("illegal attempt to call Data.new()") }
|
||||||
|
|
||||||
var p = props.globals.getNode("/sim/model/name", 1);
|
|
||||||
p.setValue(getprop("/sim/aircraft"));
|
|
||||||
data.add(p);
|
|
||||||
}, 0);
|
}, 0);
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue