add route in pilot and add other plane other route
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user