Add default for Activity-Tick

This commit is contained in:
tovl
2019-05-12 18:08:22 +02:00
committed by teinarss
parent b9c302a73a
commit 714b09ac4f
3 changed files with 7 additions and 18 deletions

View File

@@ -168,11 +168,5 @@ namespace OpenRA.Mods.Common.Activities
{
return new Order(orderString, newActor, target, true);
}
public override Activity Tick(Actor self)
{
// Activity is a placeholder that should never run
return NextActivity;
}
}
}