Remove outdated build delay

This commit is contained in:
md_5 2024-12-04 03:16:22 +11:00
parent 40dd796db6
commit 561ceb92b2
No known key found for this signature in database
GPG Key ID: E8E901AC7C617C11

View File

@ -190,7 +190,7 @@ public class Main {
useConsole = false; 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); Date buildDate = new Date(Integer.parseInt(Main.class.getPackage().getImplementationVendor()) * 1000L);
Calendar deadline = Calendar.getInstance(); Calendar deadline = Calendar.getInstance();