Replaced Canceled state with Canceling state.
This commit is contained in:
@@ -36,7 +36,7 @@ namespace OpenRA.Mods.Common.Activities
|
||||
|
||||
public override Activity Tick(Actor self)
|
||||
{
|
||||
if (IsCanceled)
|
||||
if (IsCanceling)
|
||||
{
|
||||
claimLayer.RemoveClaim(self);
|
||||
return NextActivity;
|
||||
|
||||
Reference in New Issue
Block a user