1
0
Fork 0

the dummy entry is no longer needed; files get only written if they

actually contain aircraft settings
This commit is contained in:
mfranz 2007-01-20 23:13:54 +00:00
parent a73972512d
commit ec18defa4c

View file

@ -474,10 +474,6 @@ var data = nil;
settimer(func {
data = 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);