Disabled Slider for Randomnes

This commit is contained in:
mrbesen 2017-04-04 14:53:41 +02:00
parent 3fcbe5f998
commit e973dfc108
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ public class UI implements ActionListener, ChangeListener{
Slider[] slider = {
new Slider("Waittime: ","s", 1,300,180,-1, this, false),
new Slider("Radius of Placement: ","px",0,40,15,0,this,true)
new Slider("Radius of Placement: ","px",0,40,15,0,this,false)
};
Clicker bot = new Clicker();