From 3eb05ef23e6c8257f918673c7efd19cd498a0be4 Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Sun, 26 Oct 2014 10:01:37 +1300 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20reveal=20shroud=20at=20the=20or?= =?UTF-8?q?iginal=20transport=20load=20point.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OpenRA.Mods.RA/Activities/UnloadCargo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Mods.RA/Activities/UnloadCargo.cs b/OpenRA.Mods.RA/Activities/UnloadCargo.cs index b606c96e8e..db3d3e0851 100644 --- a/OpenRA.Mods.RA/Activities/UnloadCargo.cs +++ b/OpenRA.Mods.RA/Activities/UnloadCargo.cs @@ -84,11 +84,11 @@ namespace OpenRA.Mods.RA.Activities var move = actor.Trait(); var pos = actor.Trait(); - w.Add(actor); actor.CancelActivity(); pos.SetVisualPosition(actor, spawn); actor.QueueActivity(move.MoveIntoWorld(actor, exitSubCell.Value.First, exitSubCell.Value.Second)); actor.SetTargetLine(Target.FromCell(w, exitSubCell.Value.First, exitSubCell.Value.Second), Color.Green, false); + w.Add(actor); }); if (!unloadAll || cargo.IsEmpty(self))