This commit is contained in:
leijurv
2023-08-17 16:56:22 -07:00
committed by GitHub
parent 8a2a20a1b3
commit d4b95110f5

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");
}