Remove outdated build delay.

Dieser Commit ist enthalten in:
md_5 2020-06-20 12:50:13 +10:00
Ursprung ffc2b251af
Commit 8ea9b1386b

Datei anzeigen

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