mirror of
https://github.com/celisej567/UnitySourceMovement.git
synced 2025-12-31 09:48:17 +03:00
Update SurfController.cs
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user