Skip to content

Commit

Permalink
Link to docs in java version check (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniDigger authored Sep 16, 2023
1 parent 36afcae commit 59cbdee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java6/src/main/java/io/papermc/paperclip/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public final class Main {
public static void main(final String[] args) {
if (getJavaVersion() < 17) {
System.err.println("Minecraft 1.19 requires running the server with Java 17 or above. " +
"Download Java 17 (or above) from https://adoptium.net/");
"For information on how to update Java, see https://docs.papermc.io/misc/java-install");
System.exit(1);
}

Expand Down

0 comments on commit 59cbdee

Please sign in to comment.