0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-20 17:20:12 +02:00

change max to 1000 because 5000 is unnecessary

This commit is contained in:
AidanRB 2022-01-28 19:42:17 -05:00
parent ca2922629e
commit e713f77875

View File

@ -28,7 +28,7 @@ import net.wurstclient.util.ChatUtils;
public final class NocomCrashHack extends Hack {
Random rand = new Random();
private final SliderSetting packets = new SliderSetting("Number of packets", 500, 1, 5000, 1, ValueDisplay.INTEGER);
private final SliderSetting packets = new SliderSetting("Number of packets", 500, 1, 1000, 1, ValueDisplay.INTEGER);
public NocomCrashHack() {
super("NocomCrash");