This commit is contained in:
Matthias Mailänder
2014-06-21 15:55:40 +02:00
parent bf50372f85
commit 8f805248ca

View File

@@ -45,8 +45,8 @@ namespace OpenRA.Mods.RA
{
var flare = info.FlareType != null ? w.CreateActor(info.FlareType, new TypeDictionary
{
new LocationInit( order.TargetLocation ),
new OwnerInit( self.Owner ),
new LocationInit(order.TargetLocation),
new OwnerInit(self.Owner),
}) : null;
if (flare != null)