drop spurious 'self' from ReserveSpawnBuilding, GetActorBelow

This commit is contained in:
Chris Forbes
2011-10-08 22:07:15 +13:00
parent c7f780eb1d
commit 9719e10edd
2 changed files with 4 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ namespace OpenRA.Mods.RA.Air
if (firstTick)
{
firstTick = false;
ReserveSpawnBuilding(self);
ReserveSpawnBuilding();
}
}