We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b447a commit cb3a281Copy full SHA for cb3a281
src/Ext/Techno/Body.Update.cpp
@@ -1372,7 +1372,7 @@ void TechnoExt::ExtData::ApplyMindControlRangeLimit()
1372
auto const pCapturerExt = TechnoExt::ExtMap.Find(pCapturer)->TypeExtData;
1373
1374
if (pCapturerExt->MindControlRangeLimit.Get() > 0 &&
1375
- pThis->DistanceFrom(pCapturer) > pCapturerExt->MindControlRangeLimit.Get())
+ pCapturer->DistanceFrom(pThis) > pCapturerExt->MindControlRangeLimit.Get())
1376
{
1377
pCapturer->CaptureManager->FreeUnit(pThis);
1378
}
0 commit comments