Rename Enter.targetCenter to repathWhileMoving.

This commit is contained in:
Paul Chote
2017-06-17 12:54:06 +01:00
committed by Oliver Brakmann
parent b0f1059df2
commit 995a3da43a
4 changed files with 8 additions and 8 deletions

View File

@@ -60,7 +60,7 @@ namespace OpenRA.Mods.Common.Scripting
[Desc("Move to and enter the transport.")]
public void EnterTransport(Actor transport)
{
Self.QueueActivity(new EnterTransport(Self, transport, 1, true));
Self.QueueActivity(new EnterTransport(Self, transport, 1, false));
}
[Desc("Whether the actor can move (false if immobilized).")]