Building capture eva + wtf on silo capture

This commit is contained in:
Paul Chote
2010-07-23 22:28:46 +12:00
parent 31cb2081c6
commit 52c8c93b30
9 changed files with 20 additions and 12 deletions

View File

@@ -76,7 +76,7 @@ namespace OpenRA.Mods.Cnc
CancelDock(self, dockedHarv);
}
public void OnCapture (Actor self, Actor captor)
public void OnCapture (Actor self, Actor captor, Player oldOwner, Player newOwner)
{
if (dockedHarv == null)
return;