fix build fail lol

This commit is contained in:
Bella 2020-03-02 10:50:00 -05:00
parent a7da411f77
commit d3d3e8aafd
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ public class FakeGamemode extends Module {
if (Minecraft.getMinecraft().getCurrentServerData() == null || (Minecraft.getMinecraft().getCurrentServerData() != null && Minecraft.getMinecraft().getCurrentServerData().serverIP.equalsIgnoreCase("2b2t.org"))) {
if (mc.player.dimension == 1) {
if (disable2b.getValue()) {
Command.sendWarningMessage(this.getFormatName() + " Using this on 2b2t queue might get you kicked, please disable the AntiKick option if you're sure");
Command.sendWarningMessage(this.getChatName() + " Using this on 2b2t queue might get you kicked, please disable the AntiKick option if you're sure");
this.disable();
}
}