1
0
mirror of https://github.com/cabaletta/baritone synced 2025-02-19 13:37:03 +00:00

trolled pt2

This commit is contained in:
Brady 2023-07-11 22:50:35 -05:00
parent 7c696b7055
commit 8f5105c454
No known key found for this signature in database
GPG Key ID: 73A788379A197567

View File

@ -47,8 +47,8 @@ public class ElytraCommand extends Command {
final String osArch = System.getProperty("os.arch");
final String osName = System.getProperty("os.name");
throw new CommandInvalidStateException(String.format(
"legacy architectures are not supported. your CPU is %s and your operating system is %s." +
"supported architectures are x86_64 or arm64, supported operating systems are windows," +
"legacy architectures are not supported. your CPU is %s and your operating system is %s. " +
"supported architectures are x86_64 or arm64, supported operating systems are windows, " +
"linux, and mac",
osArch, osName
));