Slightly rephrase compatibility message

We cannot distinguish between unsupported systems and failures on supported systems
so strongly implying the former is potentially misleading.
This commit is contained in:
ZacSharp
2025-02-26 17:05:40 +01:00
parent c54d878d1c
commit 002415425a

View File

@@ -216,7 +216,7 @@ public class ElytraCommand extends Command {
final String osArch = System.getProperty("os.arch");
final String osName = System.getProperty("os.name");
return String.format(
"Legacy architectures are not supported. Your CPU is %s and your operating system is %s. " +
"Failed loading native library. Your CPU is %s and your operating system is %s. " +
"Supported architectures are 64 bit x86, and 64 bit ARM. Supported operating systems are Windows, " +
"Linux, and Mac",
osArch, osName