make UnloadCargo.unloadAll configurable; go back to all by default

This commit is contained in:
Chris Forbes
2012-07-01 19:45:31 +12:00
parent c75c72b525
commit e0069fd62a
3 changed files with 7 additions and 3 deletions

View File

@@ -81,7 +81,7 @@ namespace OpenRA.Mods.RA
return;
self.CancelActivity();
self.QueueActivity(new UnloadCargo());
self.QueueActivity(new UnloadCargo(true));
}
}