diff --git a/Content.Shared/Follower/FollowerSystem.cs b/Content.Shared/Follower/FollowerSystem.cs index 79398c4c4f9..12771d6ceef 100644 --- a/Content.Shared/Follower/FollowerSystem.cs +++ b/Content.Shared/Follower/FollowerSystem.cs @@ -58,8 +58,6 @@ public override void Initialize() private void OnStopFollowAction(EntityUid uid, FollowerComponent component, StopFollowActionEvent args) { StopFollowingEntity(uid, component.Following); - _actions.RemoveAction(uid, component.StopFollowActionEntity); - RemComp(uid); } private void OnStartedFollowingEntity(Entity ent, ref StartedFollowingEntityEvent args)