From cb19da31344b8a69163d14f3bd8edf1b701b9d55 Mon Sep 17 00:00:00 2001 From: Olezen Date: Sun, 10 Nov 2019 13:12:15 +0100 Subject: [PATCH] Update SurfController.cs --- Modified fragsurf/Movement/SurfController.cs | 10 ---------- 1 file changed, 10 deletions(-) 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) {