diff --git a/Content.Shared/GameObjects/Components/Pulling/SharedPullableComponent.cs b/Content.Shared/GameObjects/Components/Pulling/SharedPullableComponent.cs index 386c50baef..7672043d93 100644 --- a/Content.Shared/GameObjects/Components/Pulling/SharedPullableComponent.cs +++ b/Content.Shared/GameObjects/Components/Pulling/SharedPullableComponent.cs @@ -49,6 +49,7 @@ namespace Content.Shared.GameObjects.Components.Pulling var oldPullerPhysics = _pullerPhysics; _puller = null; + Dirty(); _pullerPhysics = null; if (_physics != null) @@ -130,6 +131,7 @@ namespace Content.Shared.GameObjects.Components.Pulling // Pull start confirm _puller = value; + Dirty(); _pullerPhysics = valuePhysics; _physics.EnsureController().Manager = this;