13
0
geforkt von Mirrors/Paper

Remove outdated build delay.

Dieser Commit ist enthalten in:
md_5 2020-01-19 11:33:04 +11:00
Ursprung 752cf95e37
Commit 661bebc642

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 SimpleDateFormat("yyyyMMdd-HHmm").parse(Main.class.getPackage().getImplementationVendor());
Calendar deadline = Calendar.getInstance();