fix infantry entering buildings

This commit is contained in:
Bob
2010-11-06 22:27:28 +13:00
parent 5e5456191c
commit 8a96c5f7b5
8 changed files with 6 additions and 12 deletions

View File

@@ -37,7 +37,6 @@ namespace OpenRA.Mods.RA
this.self = init.self;
this.info = info;
this.location = init.Get<LocationInit,int2>();
self.World.WorldActor.Trait<UnitInfluence>().Add(self, this);
}
public void OnCrush(Actor crusher)