From 2b47debe1e069a68af221f980f0c22c9d4746356 Mon Sep 17 00:00:00 2001 From: DemonWav Date: Sun, 6 Aug 2017 17:18:20 -0500 Subject: [PATCH] Fix this stupid bullshit --- .../Fix-this-stupid-bullshit.patch | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Spigot-Server-Patches/Fix-this-stupid-bullshit.patch diff --git a/Spigot-Server-Patches/Fix-this-stupid-bullshit.patch b/Spigot-Server-Patches/Fix-this-stupid-bullshit.patch new file mode 100644 index 0000000000..f98725a35c --- /dev/null +++ b/Spigot-Server-Patches/Fix-this-stupid-bullshit.patch @@ -0,0 +1,29 @@ +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: DemonWav +Date: Sun, 6 Aug 2017 17:17:53 -0500 +Subject: [PATCH] Fix this stupid bullshit + + +diff --git a/src/main/java/org/bukkit/craftbukkit/Main.java b/src/main/java/org/bukkit/craftbukkit/Main.java +index d3d848f8..9faeef1d 100644 +--- a/src/main/java/org/bukkit/craftbukkit/Main.java ++++ b/src/main/java/org/bukkit/craftbukkit/Main.java +@@ -0,0 +0,0 @@ public class Main { + System.setProperty(TerminalConsoleAppender.JLINE_OVERRIDE_PROPERTY, "false"); // Paper + } + ++ // Paper start - This is some stupid bullshit ++ /* + if (Main.class.getPackage().getImplementationVendor() != null && System.getProperty("IReallyKnowWhatIAmDoingISwear") == null) { + Date buildDate = new SimpleDateFormat("yyyyMMdd-HHmm").parse(Main.class.getPackage().getImplementationVendor()); + +@@ -0,0 +0,0 @@ public class Main { + Thread.sleep(TimeUnit.SECONDS.toMillis(15)); + } + } ++ */ ++ // Paper end + + System.out.println("Loading libraries, please wait..."); + MinecraftServer.main(options); +-- \ No newline at end of file