diff --git a/Spigot-Server-Patches/0230-Fix-this-stupid-bullshit.patch b/Spigot-Server-Patches/0230-Fix-this-stupid-bullshit.patch new file mode 100644 index 000000000..af64babc6 --- /dev/null +++ b/Spigot-Server-Patches/0230-Fix-this-stupid-bullshit.patch @@ -0,0 +1,31 @@ +From f9f7222700d139f4324848ca6ac980625ac035cd 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 +@@ -203,6 +203,8 @@ 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()); + +@@ -215,6 +217,8 @@ public class Main { + Thread.sleep(TimeUnit.SECONDS.toMillis(15)); + } + } ++ */ ++ // Paper end + + System.out.println("Loading libraries, please wait..."); + MinecraftServer.main(options); +-- +2.13.4 +