Fix a NRE when destroying SAM Sites in GDI06.

This commit is contained in:
Paul Chote
2015-11-21 21:29:31 +00:00
parent 458de06727
commit 1667dd812e

View File

@@ -146,7 +146,7 @@ namespace OpenRA.Mods.Common.Traits
init.Add(facings);
}
facings.Value(self.World).Add(Name, facing.Facing);
facings.Value(self.World).Add(Name, TurretFacing);
}
}