Rearrange queue up sprint block

master
sigonasr2 2 years ago
parent 82cec1e8fb
commit 1a70f48a96
  1. 13
      sig/App.java

@ -463,17 +463,14 @@ class Server
break;
}
fightLoop:
while (true){
if (queueUpSprint){
PressKey(KeyEvent.VK_N);
nextActionTimer=100;
queueUpSprint=false;
} else {
if (fighting){
if (queueUpSprint){
PressKey(KeyEvent.VK_N);
nextActionTimer=100;
break fightLoop;
}
run(Rotation.SCHOLAR);
}
break fightLoop;
}
long difference=System.currentTimeMillis()-lastFrame;
bioTimer=Math.max(0,bioTimer-difference);

Loading…
Cancel
Save