This commit is contained in:
leijurv 2023-08-17 16:56:22 -07:00 committed by GitHub
parent 8a2a20a1b3
commit d4b95110f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -177,7 +177,6 @@ public class ElytraCommand extends Command {
}
private boolean detectOn2b2t() {
if (true) return true;
ServerData data = ctx.minecraft().getCurrentServerData();
return data != null && data.serverIP.toLowerCase().contains("2b2t.org");
}