Update ground location dialog to use new parking hash
This commit is contained in:
parent
0e14a09698
commit
9cd2d64f28
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@
|
|||
|
||||
i = 0;
|
||||
foreach (var park; a.parking()) {
|
||||
parking.getNode("value[" ~ i ~ "]", 1).setValue(park);
|
||||
parking.getNode("value[" ~ i ~ "]", 1).setValue(park.name);
|
||||
i += 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue