mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-08 01:07:58 +01:00
Merge pull request #842 from DemonWav/feature/speedup
Fix this stupid bullshit
This commit is contained in:
commit
96911e196f
29
Spigot-Server-Patches/Fix-this-stupid-bullshit.patch
Normal file
29
Spigot-Server-Patches/Fix-this-stupid-bullshit.patch
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||||
|
From: DemonWav <demonwav@gmail.com>
|
||||||
|
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);
|
||||||
|
--
|
Loading…
Reference in New Issue
Block a user