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.playerController.processRightClick(mc.player, mc.world, hand);
last = System.currentTimeMillis();
/**try {
* Thread.sleep(300);
*} catch (InterruptedException e) {
* // TODO Auto-generated catch block
* e.printStackTrace();
*}
**/
try {
wait(300);
} catch (InterruptedException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
mc.player.rotationPitch = 90;
mc.playerController.processRightClick(mc.player, mc.world, hand);
//try {
// Thread.sleep(300);
//} catch (InterruptedException e) {
// // TODO Auto-generated catch block
// e.printStackTrace();
//}
//try {
// wait(300);
//} catch (InterruptedException e) {
// // TODO Auto-generated catch block
// e.printStackTrace();
//}
//mc.player.rotationPitch = 90;
//mc.playerController.processRightClick(mc.player, mc.world, hand);
}
}
}