mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-21 05:44:33 +00:00
Update outdated spigot link
This commit is contained in:
parent
2b1940ae24
commit
b26fb37427
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ public class Main {
|
||||||
deadline.add(Calendar.DAY_OF_YEAR, -21);
|
deadline.add(Calendar.DAY_OF_YEAR, -21);
|
||||||
if (buildDate.before(deadline.getTime())) {
|
if (buildDate.before(deadline.getTime())) {
|
||||||
System.err.println("*** Error, this build is outdated ***");
|
System.err.println("*** Error, this build is outdated ***");
|
||||||
System.err.println("*** Please download a new build as per instructions from https://www.spigotmc.org/ ***");
|
System.err.println("*** Please download a new build as per instructions from https://www.spigotmc.org/go/outdated-spigot ***");
|
||||||
System.err.println("*** Server will start in 20 seconds ***");
|
System.err.println("*** Server will start in 20 seconds ***");
|
||||||
Thread.sleep(TimeUnit.SECONDS.toMillis(20));
|
Thread.sleep(TimeUnit.SECONDS.toMillis(20));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue