Fix bot MCV not persisting when failed to deploy.
This commit is contained in:
committed by
Gustas Kažukauskas
parent
41123d0520
commit
1c693a2c4b
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user