Update to Minecraft 1.15.1

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2019-12-18 08:00:00 +11:00
parent 6996e288a1
commit 351402accf
9 changed files with 40 additions and 52 deletions

View File

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

View File

@@ -188,7 +188,7 @@ public final class CraftMagicNumbers implements UnsafeValues {
* @return string
*/
public String getMappingsVersion() {
return "e50e3dd1d07234cc9c09cb516a951227";
return "d2fa25e37d6e69667dc7f4a33d7644e1";
}
@Override