make UnloadCargo.unloadAll configurable; go back to all by default
This commit is contained in:
@@ -81,7 +81,7 @@ namespace OpenRA.Mods.RA
|
||||
return;
|
||||
|
||||
self.CancelActivity();
|
||||
self.QueueActivity(new UnloadCargo());
|
||||
self.QueueActivity(new UnloadCargo(true));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user