From eecefb3f6c7a164a13bc3485fe320acad5de34ec Mon Sep 17 00:00:00 2001 From: Oscar Date: Tue, 29 Oct 2024 18:55:34 +0300 Subject: [PATCH] sas --- Code/Kal.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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);