Default sleep time of 1
This commit is contained in:
parent
0b10f83916
commit
ce9766aae4
@ -48,7 +48,7 @@ public class Configuration
|
||||
* Should we check minecraft.net auth.
|
||||
*/
|
||||
private boolean onlineMode = true;
|
||||
private int sleepTime = 2;
|
||||
private int sleepTime = 1;
|
||||
|
||||
public void load()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user