From 162bda93ff76fe96a6138a14176807f21a6ddef4 Mon Sep 17 00:00:00 2001 From: md_5 Date: Sun, 26 Aug 2018 13:58:37 +1000 Subject: Add note about 1.13.1 --- src/main/java/org/bukkit/craftbukkit/Main.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/main/java/org/bukkit/craftbukkit/Main.java b/src/main/java/org/bukkit/craftbukkit/Main.java index 452d236e..bcb5007b 100644 --- a/src/main/java/org/bukkit/craftbukkit/Main.java +++ b/src/main/java/org/bukkit/craftbukkit/Main.java @@ -177,7 +177,7 @@ public class Main { useConsole = false; } - if (Main.class.getPackage().getImplementationVendor() != null && System.getProperty("IReallyKnowWhatIAmDoingISwear") == null) { + if (false && Main.class.getPackage().getImplementationVendor() != null && System.getProperty("IReallyKnowWhatIAmDoingISwear") == null) { Date buildDate = new SimpleDateFormat("yyyyMMdd-HHmm").parse(Main.class.getPackage().getImplementationVendor()); Calendar deadline = Calendar.getInstance(); @@ -190,7 +190,8 @@ public class Main { } } - System.err.println("*** WARNING: This is a development build. It is not meant for production server usage! Please keep backups and update frequently."); + System.err.println("*** WARNING: This build is obsolete. It contains severe bugs that may damage your world. All users are recommended to update to 1.13.1"); + System.err.println("*** Please see https://www.spigotmc.org/ for more information about updating."); System.out.println("Loading libraries, please wait..."); MinecraftServer.main(options); -- cgit v1.2.3