Skip to content

Commit

Permalink
Update SpeedHackHack.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mdenials authored Nov 12, 2023
1 parent 9ceda96 commit cce7a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/wurstclient/hacks/SpeedHackHack.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public final class SpeedHackHack extends Hack implements UpdateListener
Mode.values(), Mode.SIMPLE);

public final SliderSetting speed = new SliderSetting(
"Horizontal Speed", 0.66, 0.4, 5, 0.01, ValueDisplay.DECIMAL);
"Horizontal Speed", 0.66, 0.4, 20, 0.01, ValueDisplay.DECIMAL);
public SpeedHackHack()
{
super("SpeedHack");
Expand Down

0 comments on commit cce7a53

Please sign in to comment.