geforkt von Mirrors/Paper
Remove outdated build delay
By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
Ursprung
1ded727925
Commit
7c6204e1a9
@ -201,7 +201,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();
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren