Default sleep time of 1

This commit is contained in:
md_5 2013-02-16 18:18:31 +11:00
parent 0b10f83916
commit ce9766aae4

View File

@ -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()
{