Added extra sleep to monitor because servers take longer to startup with spigot.
This commit is contained in:
parent
7b264b0867
commit
0e72d1c1eb
@ -160,7 +160,7 @@ public class ServerMonitor
|
||||
try
|
||||
{
|
||||
System.out.println("Natural sleep.");
|
||||
Thread.sleep(5000);
|
||||
Thread.sleep(10000);
|
||||
}
|
||||
catch (InterruptedException e)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user