Fix bot MCV not persisting when failed to deploy.

This commit is contained in:
dnqbob
2025-10-15 22:49:12 +08:00
committed by Gustas Kažukauskas
parent 41123d0520
commit 1c693a2c4b

View File

@@ -467,7 +467,7 @@ namespace OpenRA.Mods.Common.Traits
foreach (var (othermcv, dest) in activeMCVs)
{
if (dest == indiceCenter)
if (dest == indiceCenter && othermcv != mcv)
attraction -= indiceSideLengthSquare << 1;
}