Skip to content

Commit

Permalink
Update default move speed
Browse files Browse the repository at this point in the history
  • Loading branch information
solcloud committed Sep 27, 2023
1 parent 350dd9f commit 8ad4900
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server/src/Core/Setting.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ final class Setting

/** @var array<string,int|float> */
public const defaultConstant = [
'moveOneMs' => 0.7,
'moveWalkOneMs' => 0.6,
'moveCrouchOneMs' => 0.4,
'moveOneMs' => 0.60,
'moveWalkOneMs' => 0.34,
'moveCrouchOneMs' => 0.20,
'fallAmountOneMs' => 1,
'crouchDurationMs' => 250,
'jumpDurationMs' => 420,
Expand Down

0 comments on commit 8ad4900

Please sign in to comment.