13
0
geforkt von Mirrors/Paper

Remove outdated build delay.

Dieser Commit ist enthalten in:
md_5 2017-08-03 21:10:43 +10:00
Ursprung 57c323aad1
Commit 9a1fc1e2ee

Datei anzeigen

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