Remove outdated build delay

This commit is contained in:
md_5 2025-06-18 01:05:00 +10:00
parent 9119da2cda
commit dacd062dd1
No known key found for this signature in database
GPG key ID: E8E901AC7C617C11

View file

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