PullingController cooldown change (#29177)
* Revert "Automatic changelog update" This reverts commit 3358aef40f2b5525ec15e6ce01533b4e8c2ddfc9. * Revert "Revert "Automatic changelog update"" This reverts commit 3d0b6a7ade06ec555d4f6df3f39134b139e5247c. * Removal of the throw cooldown as it felt sluggish and unresponsive before.
This commit is contained in:
parent
10890df52d
commit
b0f5f9a096
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue