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