Skip to content

Commit e8acab2

Browse files
committed
lost of changes
1 parent df82c94 commit e8acab2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/jagex2/client/Client.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2962,10 +2962,10 @@ public void gameLoop() {
29622962
this.handleInputKey();
29632963
super.idleCycles++;
29642964
if (super.idleCycles > 4500) {
2965-
this.pendingLogout = 250;
2966-
super.idleCycles -= 500;
2965+
//this.pendingLogout = 250;
2966+
//super.idleCycles -= 500;
29672967
// IDLE_TIMER
2968-
this.out.pIsaac(144);
2968+
//this.out.pIsaac(144);
29692969
}
29702970
this.macroCameraCycle++;
29712971
if (this.macroCameraCycle > 500) {

0 commit comments

Comments
 (0)