-
-
Notifications
You must be signed in to change notification settings - Fork 992
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Teleport): add floor height tolerance parameter
The `Floor Height Tolerance` parameter is used to determine how much of a change between the current floor `y` and the previous floor `y` has happened before considering it valid to drop to the nearest floor. This setting can be used to prevent unnecessary teleport events when the floor below the user is uneven but should not be considered different enough to force the user to drop to a new location on such a small variation change in their `y` position.
- Loading branch information
1 parent
2e25613
commit 5e47d29
Showing
2 changed files
with
48 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters