fix registration loading

This commit is contained in:
Matthias Wirth
2020-01-09 01:26:41 +01:00
parent 34dcf10772
commit fa0c200e20
2 changed files with 5 additions and 1 deletions

View File

@@ -1533,7 +1533,7 @@ PlaneObject.prototype.getAircraftData = function() {
// format [r:0, t:1, f:2]
if (data[0]) {
this.registration = data.r;
this.registration = data[0];
}
if (data[1]) {