Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Update GrapplingGunSystem.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Vonsant authored Jun 20, 2024
1 parent ca3d990 commit 7cea250
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Content.Client/Weapons/Misc/GrapplingGunSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ public override void Update(float frameTime)
{
return;
}
/* Corvax Frontier start
if (distance.MaxLength <= distance.MinLength)
return;
*/ Corvax Frontier end
// Corvax Frontier start
// if (distance.MaxLength <= distance.MinLength)
// return;
// Corvax Frontier end
var reelKey = _input.CmdStates.GetState(EngineKeyFunctions.UseSecondary) == BoundKeyState.Down;

if (!TryComp<CombatModeComponent>(local, out var combatMode) ||
Expand Down

0 comments on commit 7cea250

Please sign in to comment.