Remove outdated build delay.

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot 2022-06-28 21:28:28 +10:00
parent 23815db283
commit 8bf76d9868

View file

@ -181,7 +181,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 Date(Integer.parseInt(Main.class.getPackage().getImplementationVendor()) * 1000L);
Calendar deadline = Calendar.getInstance();