Merge pull request #11374 from obrakmann/fix-koth-capture-notification
Fix calling OnOwnerChange with wrong player in ProximityCapturable
This commit is contained in:
@@ -183,7 +183,7 @@ namespace OpenRA.Mods.Common.Traits
|
|||||||
w.Add(new FlashTarget(self));
|
w.Add(new FlashTarget(self));
|
||||||
|
|
||||||
foreach (var t in self.TraitsImplementing<INotifyCapture>())
|
foreach (var t in self.TraitsImplementing<INotifyCapture>())
|
||||||
t.OnCapture(self, captor, previousOwner, self.Owner);
|
t.OnCapture(self, captor, previousOwner, captor.Owner);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user