SearchForNext Overhaul

This commit is contained in:
juliuse98
2021-11-29 12:21:32 +01:00
parent 59ff72d498
commit cf5d47eca9
4 changed files with 37 additions and 11 deletions

View File

@@ -124,8 +124,6 @@ public class PlayerController : NetworkBehaviour
if(isGrounded && velocity.y < -fallDamageSpeed)
{
Debug.Log(velocity.y);
Debug.Log("Fall Damage");
CmdFallDamage((int)Mathf.Abs(velocity.y));
}