Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rhailrake committed Nov 6, 2024
1 parent 9e38ce3 commit f39e2e1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Content.Shared/Follower/FollowerSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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<BlockMovementComponent>(uid);
}

private void OnStartedFollowingEntity(Entity<FollowerComponent> ent, ref StartedFollowingEntityEvent args)
Expand Down

0 comments on commit f39e2e1

Please sign in to comment.