drop spurious 'self' from ReserveSpawnBuilding, GetActorBelow
This commit is contained in:
@@ -32,7 +32,7 @@ namespace OpenRA.Mods.RA.Air
|
||||
if (firstTick)
|
||||
{
|
||||
firstTick = false;
|
||||
ReserveSpawnBuilding(self);
|
||||
ReserveSpawnBuilding();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user