mirror of https://github.com/cabaletta/baritone
fml
This commit is contained in:
parent
8a2a20a1b3
commit
d4b95110f5
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue