diff --git a/OpenRA.Game/Traits/Health.cs b/OpenRA.Game/Traits/Health.cs index 198383994e..fb142aff40 100755 --- a/OpenRA.Game/Traits/Health.cs +++ b/OpenRA.Game/Traits/Health.cs @@ -27,8 +27,7 @@ namespace OpenRA.Traits { public readonly HealthInfo Info; - [Sync] - int hp; + [Sync] int hp; public int DisplayHp { get; private set; } diff --git a/OpenRA.Game/Traits/Waypoint.cs b/OpenRA.Game/Traits/Waypoint.cs index 04d4ffcef7..9eaae124a0 100644 --- a/OpenRA.Game/Traits/Waypoint.cs +++ b/OpenRA.Game/Traits/Waypoint.cs @@ -20,8 +20,7 @@ namespace OpenRA.Traits class Waypoint : IOccupySpace, ISync { - [Sync] - int2 location; + [Sync] int2 location; public Waypoint(ActorInitializer init) {