formatting

This commit is contained in:
S-B99 2019-10-23 12:31:15 -04:00
parent 049391fb04
commit 34a7f42070
1 changed files with 6 additions and 6 deletions

View File

@ -56,12 +56,12 @@ public class NoFall extends Module {
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();
*}
**/
* Thread.sleep(300);
*} catch (InterruptedException e) {
* // TODO Auto-generated catch block
* e.printStackTrace();
*}
**/
//mc.player.rotationPitch = 90;
//mc.playerController.processRightClick(mc.player, mc.world, hand);
}