Update to Minecraft 1.12.2

This commit is contained in:
md_5
2017-09-18 20:00:00 +10:00
parent 8f472147b7
commit 9a1f5ee80a
23 changed files with 120 additions and 148 deletions

View File

@@ -169,7 +169,7 @@ public class Main {
useConsole = false;
}
if (false && Main.class.getPackage().getImplementationVendor() != null && System.getProperty("IReallyKnowWhatIAmDoingISwear") == null) {
if (Main.class.getPackage().getImplementationVendor() != null && System.getProperty("IReallyKnowWhatIAmDoingISwear") == null) {
Date buildDate = new SimpleDateFormat("yyyyMMdd-HHmm").parse(Main.class.getPackage().getImplementationVendor());
Calendar deadline = Calendar.getInstance();