Merge HeliLand into Land activity

This commit is contained in:
reaperrr
2019-03-27 00:52:18 +01:00
committed by Paul Chote
parent bc3cabdea0
commit 14bd5ada1a
10 changed files with 55 additions and 100 deletions

View File

@@ -193,7 +193,7 @@ namespace OpenRA.Mods.Common.Traits
Unloading = true;
if (aircraft != null)
self.QueueActivity(new HeliLand(self, true));
self.QueueActivity(new Land(self, true));
self.QueueActivity(new UnloadCargo(self, true));
}
}