Remove outdated build delay.

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot 2019-07-20 09:00:00 +10:00
parent 0eaa5ae745
commit fa576e3e73

View file

@ -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();