Skip to content

Commit

Permalink
change message for untested java versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed May 14, 2021
1 parent 9e87f14 commit 5713a05
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -172,7 +172,7 @@ else if (javaVersion.startsWith("9") || javaVersion.startsWith("1.9") || javaVer
}
else {
getLogger().warning("-------------------------------------");
getLogger().warning("Running incompatible Java version! Minecraft is built for Java 8, and Paper is built for Java 11. Older versions will not work, and newer versions will cause errors (due to Oracle removing reflection support)!");
getLogger().warning("Running completely untested Java version. Minecraft is built for Java 8, and Paper is built for Java 11. Other Java versions are not guaranteed to function properly.");
getLogger().warning("Found java version: " + javaVersion);
getLogger().warning("-------------------------------------");
}
Expand Down

0 comments on commit 5713a05

Please sign in to comment.