虚拟飞机不用写航点
This commit is contained in:
parent
af9a86dffd
commit
9bc7a66831
@ -1673,6 +1673,8 @@ namespace Plane.FormationCreator.ViewModels
|
||||
_commModuleManager.ClearMissionWriteState();
|
||||
for (int i = 0; i < coptercount; i++)
|
||||
{
|
||||
//虚拟飞机不用写航点跳过
|
||||
if (_copterManager.Copters[i] is FakeCopter) continue;
|
||||
///写航线开始
|
||||
await CollectMissions(i).ConfigureAwait(false);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user