Skip to content

Commit

Permalink
fix(config): 🤖Default [Robot] move and turn speed
Browse files Browse the repository at this point in the history
On some servers too fast movement speed causing glitches
  • Loading branch information
Krutoy242 committed Apr 14, 2024
1 parent 19de94a commit 597b9a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/opencomputers/settings.conf
Original file line number Diff line number Diff line change
Expand Up @@ -1532,7 +1532,7 @@ opencomputers {
# successful move command. Note that this essentially determines how
# fast robots can move around, since this also determines the length
# of the move animation.
move=0.2
move=0.4

# The time in seconds to pause execution after a robot successfully
# placed an item from its inventory.
Expand All @@ -1554,7 +1554,7 @@ opencomputers {
# left or right. Note that this essentially determines hw fast robots
# can turn around, since this also determines the length of the turn
# animation.
turn=0.2
turn=0.4

# The time in seconds to pause execution after a robot successfully
# used an equipped tool (or it's 'hands' if nothing is equipped).
Expand Down

0 comments on commit 597b9a7

Please sign in to comment.