Unload only 1 cargo per mouseclick, for more control

This commit is contained in:
Matthias Mailänder
2012-06-30 23:18:46 +02:00
committed by Chris Forbes
parent efe2f2e043
commit f5ba36a735

View File

@@ -99,7 +99,7 @@ namespace OpenRA.Mods.RA.Activities
actor.SetTargetLine(Target.FromCell(rallyPoint), Color.Green, false);
});
return this;
return NextActivity;
}
}
}