mirror of
https://github.com/cabaletta/baritone
synced 2025-02-19 13:37:03 +00:00
trolled pt2
This commit is contained in:
parent
7c696b7055
commit
8f5105c454
@ -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
|
||||
));
|
||||
|
Loading…
Reference in New Issue
Block a user