Remove redundant AddInfluence.

This commit is contained in:
Paul Chote
2013-12-27 10:22:26 +13:00
parent f251f64c11
commit fd235f11cf

View File

@@ -116,7 +116,6 @@ namespace OpenRA.Mods.RA
if (self.IsInWorld)
{
self.World.ActorMap.AddInfluence(self, this);
self.World.ActorMap.UpdatePosition(self, this);
self.World.ScreenMap.Update(self);
}