Fix PortableChrono not working

This commit is contained in:
Gustas
2024-07-03 12:11:06 +03:00
committed by Pavel Penev
parent 0138bc9b3f
commit dccab8fd21

View File

@@ -108,7 +108,7 @@ namespace OpenRA.Mods.Common.Activities
return true;
// The move completed but we didn't reach the destination, so Cancel.
Cancel(self);
Cancel(self, true);
return true;
}