Remove outdated build delay.

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot 2017-08-03 21:10:43 +10:00
parent 19850b49b5
commit 4ba3003a60

View File

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