1
0
Fork 0

Update ground location dialog to use new parking hash

This commit is contained in:
Thomas Geymayer 2012-07-31 23:22:16 +02:00
parent 0e14a09698
commit 9cd2d64f28

View file

@ -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;
}