comment out broken code so ppl can build for now

This commit is contained in:
S-B99 2019-10-23 18:16:59 -04:00
parent 3f416a2154
commit 0d4e291901
1 changed files with 17 additions and 15 deletions

View File

@ -55,21 +55,23 @@ public class NoFall extends Module {
mc.player.rotationPitch = 90; mc.player.rotationPitch = 90;
mc.playerController.processRightClick(mc.player, mc.world, hand); mc.playerController.processRightClick(mc.player, mc.world, hand);
last = System.currentTimeMillis(); last = System.currentTimeMillis();
/**try {
* Thread.sleep(300); //try {
*} catch (InterruptedException e) { // Thread.sleep(300);
* // TODO Auto-generated catch block //} catch (InterruptedException e) {
* e.printStackTrace(); // // TODO Auto-generated catch block
*} // e.printStackTrace();
**/ //}
try {
wait(300); //try {
} catch (InterruptedException e) { // wait(300);
// TODO Auto-generated catch block //} catch (InterruptedException e) {
e.printStackTrace(); // // TODO Auto-generated catch block
} // e.printStackTrace();
mc.player.rotationPitch = 90; //}
mc.playerController.processRightClick(mc.player, mc.world, hand);
//mc.player.rotationPitch = 90;
//mc.playerController.processRightClick(mc.player, mc.world, hand);
} }
} }
} }