Default sleep time of 1
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user