Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
TIMER-err committed Apr 5, 2024
1 parent 2655aa4 commit 39bf8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cn/yapeteam/yolbi/module/impl/misc/Derp.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class Derp extends Module {
private float yaw;
private long time;
private final NumberValue<Float> speed = new NumberValue<>("speed", 1f, 0f, 10f, .1f);
private final NumberValue<Float> pitch = new NumberValue<>("pitch", 90f, -180f, 180f, .1f);
private final NumberValue<Float> pitch = new NumberValue<>("pitch", 90f, -90f, 90f, .1f);

{
addValues(speed, pitch);
Expand Down

0 comments on commit 39bf8f1

Please sign in to comment.