diff --git a/Content.Shared/Pulling/Systems/SharedPullerSystem.cs b/Content.Shared/Pulling/Systems/SharedPullerSystem.cs index 172a9102ea..7f2ed7262c 100644 --- a/Content.Shared/Pulling/Systems/SharedPullerSystem.cs +++ b/Content.Shared/Pulling/Systems/SharedPullerSystem.cs @@ -24,7 +24,7 @@ namespace Content.Shared.Pulling.Systems if (component.Pulling == null) return; - if (component.Pulling == EntityManager.GetEntity(args.BlockingEntity)); + if (component.Pulling == EntityManager.GetEntity(args.BlockingEntity)) { if (ComponentManager.TryGetComponent(args.BlockingEntity, out var comp)) {