Skip to content

Commit

Permalink
fix (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhailrake authored Nov 13, 2024
1 parent 2bfefd1 commit a102ee0
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 a102ee0

Please sign in to comment.