Added extra sleep to monitor because servers take longer to startup with spigot.

This commit is contained in:
Jonathan Williams 2014-04-26 09:21:51 -07:00
parent 7b264b0867
commit 0e72d1c1eb

View File

@ -160,7 +160,7 @@ public class ServerMonitor
try
{
System.out.println("Natural sleep.");
Thread.sleep(5000);
Thread.sleep(10000);
}
catch (InterruptedException e)
{