Remove outdated build delay.

This commit is contained in:
md_5 2020-09-11 06:51:04 +10:00
parent b8ee6a89fd
commit 0d8350af4e
No known key found for this signature in database
GPG key ID: E8E901AC7C617C11

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