add route in pilot and add other plane other route

This commit is contained in:
Michael
2019-10-19 16:51:01 +02:00
parent 68b42e565f
commit 01d426ff1e
3 changed files with 44 additions and 6 deletions

View File

@@ -38,7 +38,7 @@ export default function PilotRouteList(globalData: GlobalData) {
routeMenu.AddItem(sendItem);
routeMenu.AddItem(cancelItem);
routeMenu.Visible = true;
routeText = "Kurz 1";
routeText = "Route 1";
routeMenu.ListChange.on((item, index) => {
switch (item.Text) {