stop pretending this is configurable and use MoveTo

fixes #5682
This commit is contained in:
Matthias Mailänder
2014-07-04 17:11:56 +02:00
parent 4fed3371d0
commit 7b5f000ba0
2 changed files with 1 additions and 3 deletions

View File

@@ -25,7 +25,6 @@ namespace OpenRA.Mods.RA
public class RallyPoint : IIssueOrder, IResolveOrder, ISync
{
[Sync] public CPos rallyPoint;
public int nearEnough = 1;
public RallyPoint(Actor self, RallyPointInfo info)
{