Skip to content

Commit 8c0a701

Browse files
committed
Look up before punching - stop breaking string
1 parent a7d05bc commit 8c0a701

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/skyblock/AntiAFK.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ export class AntiAFK {
125125
matched = true;
126126
} else if (lowerText.includes('punch') || lowerText.includes('attack')) {
127127
Chat.log('§aAntiAFK: §7Punching');
128+
player.lookAt("up")
128129
this.keys.attack.click();
129130
matched = true;
130131
}

0 commit comments

Comments
 (0)