Add maxStepHeight to DEFAULT_MOVEMENT in player-locomotion.test.ts

This commit is contained in:
2026-04-11 21:01:52 +02:00
parent 8467df796a
commit 89fe72fc10

View File

@@ -17,6 +17,7 @@ const DEFAULT_MOVEMENT: RuntimePlayerMovement = {
templateKind: "default",
moveSpeed: movementTemplate.moveSpeed,
maxSpeed: movementTemplate.maxSpeed,
maxStepHeight: movementTemplate.maxStepHeight,
capabilities: movementTemplate.capabilities,
jump: movementTemplate.jump,
sprint: movementTemplate.sprint,