diff --git a/Modified fragsurf/Movement/SurfController.cs b/Modified fragsurf/Movement/SurfController.cs index e582fa2..5063d6b 100644 --- a/Modified fragsurf/Movement/SurfController.cs +++ b/Modified fragsurf/Movement/SurfController.cs @@ -386,16 +386,6 @@ namespace Fragsurf.Movement { } - } - - if (_surfer.moveData.wishJump) { - - _surfer.moveData.velocity = _surfer.moveData.ladderNormal * 4f; - _surfer.moveData.ladderVelocity = Vector3.zero; - _surfer.moveData.climbingLadder = false; - - } - } private void Accelerate (Vector3 wishDir, float wishSpeed, float acceleration, bool yMovement) {