This commit is contained in:
Matthias Mailänder
2014-06-21 20:15:40 +02:00
parent 392b77647d
commit e8bccc33c6

View File

@@ -54,8 +54,8 @@ namespace OpenRA.Mods.RA
self.World.AddFrameEndTask(w => w.CreateActor(at.Name, new TypeDictionary self.World.AddFrameEndTask(w => w.CreateActor(at.Name, new TypeDictionary
{ {
new LocationInit( loc ), new LocationInit(loc),
new OwnerInit( self.Owner ), new OwnerInit(self.Owner),
})); }));
} }
} }