Update SurfController.cs

This commit is contained in:
Olezen
2019-11-10 13:12:15 +01:00
committed by GitHub
parent c068f3c9b3
commit cb19da3134

View File

@@ -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) {