fix infantry entering buildings
This commit is contained in:
@@ -118,7 +118,6 @@ namespace OpenRA.Mods.RA.Move
|
||||
{
|
||||
this.__fromCell = this.__toCell = init.Get<LocationInit,int2>();
|
||||
this.PxPosition = Util.CenterOfCell( fromCell );
|
||||
AddInfluence();
|
||||
}
|
||||
|
||||
this.Facing = init.Contains<FacingInit>() ? init.Get<FacingInit,int>() : info.InitialFacing;
|
||||
|
||||
Reference in New Issue
Block a user