Fix a potential crash when cancelling capture
This commit is contained in:
@@ -152,7 +152,7 @@ namespace OpenRA.Mods.Common.Activities
|
||||
|
||||
void CancelCapture()
|
||||
{
|
||||
manager.CancelCapture(enterCaptureManager);
|
||||
manager.CancelCapture(enterActor, enterCaptureManager);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user