We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcd86a9 commit 9878daaCopy full SHA for 9878daa
java6/src/main/java/io/papermc/paperclip/Main.java
@@ -15,7 +15,7 @@ public final class Main {
15
16
public static void main(final String[] args) {
17
if (getJavaVersion() < 17) {
18
- System.err.println("Minecraft 1.18 requires running the server with Java 17 or above. " +
+ System.err.println("Minecraft 1.19 requires running the server with Java 17 or above. " +
19
"Download Java 17 (or above) from https://adoptium.net/");
20
System.exit(1);
21
}
0 commit comments