diff --git a/Content.Server/Movement/Systems/PullController.cs b/Content.Server/Movement/Systems/PullController.cs index f227d9c55c..340dc5654e 100644 --- a/Content.Server/Movement/Systems/PullController.cs +++ b/Content.Server/Movement/Systems/PullController.cs @@ -127,10 +127,6 @@ public sealed class PullController : VirtualController if (_container.IsEntityInContainer(player)) return false; - // Cooldown buddy - if (_timing.CurTime < pullerComp.NextThrow) - return false; - pullerComp.NextThrow = _timing.CurTime + pullerComp.ThrowCooldown; // Cap the distance