diff --git a/OpenRA.Mods.Common/Projectiles/Bullet.cs b/OpenRA.Mods.Common/Projectiles/Bullet.cs index f06bf68004..3e45d5f201 100644 --- a/OpenRA.Mods.Common/Projectiles/Bullet.cs +++ b/OpenRA.Mods.Common/Projectiles/Bullet.cs @@ -97,11 +97,11 @@ namespace OpenRA.Mods.Common.Projectiles string trailPalette; [Sync] WPos pos, target; - [Sync] int length; + int length; [Sync] int facing; - [Sync] int ticks, smokeTicks; + int ticks, smokeTicks; - [Sync] public Actor SourceActor { get { return args.SourceActor; } } + public Actor SourceActor { get { return args.SourceActor; } } public Bullet(BulletInfo info, ProjectileArgs args) {