Skip to content

Commit 9878daa

Browse files
authored
1.19 is a thing now
1 parent dcd86a9 commit 9878daa

File tree

1 file changed

+1
-1
lines changed
  • java6/src/main/java/io/papermc/paperclip

1 file changed

+1
-1
lines changed

java6/src/main/java/io/papermc/paperclip/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public final class Main {
1515

1616
public static void main(final String[] args) {
1717
if (getJavaVersion() < 17) {
18-
System.err.println("Minecraft 1.18 requires running the server with Java 17 or above. " +
18+
System.err.println("Minecraft 1.19 requires running the server with Java 17 or above. " +
1919
"Download Java 17 (or above) from https://adoptium.net/");
2020
System.exit(1);
2121
}

0 commit comments

Comments
 (0)