Updated Upstream (Bukkit/CraftBukkit) (#8378)

This commit is contained in:
Shane Freeder
2022-09-23 06:08:43 +01:00
parent ca48b2617b
commit eb3f66c6da
7 changed files with 69 additions and 8 deletions

View File

@@ -12,8 +12,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
System.err.println("Unsupported Java detected (" + javaVersion + "). This version of Minecraft requires at least Java 17. Check your Java version with the command 'java -version'.");
return;
}
- if (javaVersion > 62.0) {
- System.err.println("Unsupported Java detected (" + javaVersion + "). Only up to Java 18 is supported.");
- if (javaVersion > 63.0) {
- System.err.println("Unsupported Java detected (" + javaVersion + "). Only up to Java 19 is supported.");
- return;
- }