diff --git a/Code/Kal.cs b/Code/Kal.cs index 3ce33c3..5837fbf 100644 --- a/Code/Kal.cs +++ b/Code/Kal.cs @@ -68,7 +68,7 @@ public sealed class Kal : Component if (Input.Pressed("Jump") && Controller.IsOnGround) { - Controller.Punch(Vector3.Up * JumpStrength * 10f); + Controller.Punch(Vector3.Up * JumpStrength); AnimationHelper?.TriggerJump(); } @@ -84,8 +84,6 @@ public sealed class Kal : Component { base.OnUpdate(); - Log.Info(Controller.WishVelocity); - if ( !Network.IsOwner ) return; Log.Info(Controller.WishVelocity);