Skip to content

Commit

Permalink
fix(bug): 🐛Fix world not loaded after [Spectre Key] usage
Browse files Browse the repository at this point in the history
After teleporting to `Spectre` dimension player was hanging in non-loaded world for a minute or so.

I was fixed it before but now need to fix it again since its handled by UniversalTweaks now.
  • Loading branch information
Krutoy242 committed Mar 18, 2024
1 parent abf2700 commit a3e695d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/Universal Tweaks - Tweaks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -332,15 +332,15 @@ general {

# Determines the player's maximum speed
# Increase if you get the infamous 'Player moved too quickly' messages
D:"[4] Max Speed"=100.0
D:"[4] Max Speed"=3.4028234663852886E38

# Determines the player's maximum speed when flying with elytra
# Increase if you get the infamous 'Player moved too quickly' messages
D:"[5] Max Elytra Speed"=300.0
D:"[5] Max Elytra Speed"=3.4028234663852886E38

# Determines the player's maximum speed when riding a vehicle or mount
# Increase if you get the infamous 'Player moved too quickly' messages
D:"[6] Max Vehicle Speed"=100.0
D:"[6] Max Vehicle Speed"=3.4028234663852886E38
}

"rally health" {
Expand Down

0 comments on commit a3e695d

Please sign in to comment.