Skip to content

Commit

Permalink
LEGACY: Fixed KillAura AutoBlock (#2750)
Browse files Browse the repository at this point in the history
Fixed #2690
  • Loading branch information
EclipsesDev committed Apr 9, 2024
1 parent 158cf1f commit 95b4ded
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -938,8 +938,10 @@ object KillAura : Module("KillAura", ModuleCategory.COMBAT, Keyboard.KEY_R) {
* Start blocking
*/
private fun startBlocking(interactEntity: Entity, interact: Boolean, fake: Boolean = false) {
if (blockStatus && !uncpAutoBlock)
return

// This code is temporarily disabled, seems to caused autoblock to fail.
// if (blockStatus && !uncpAutoBlock)
// return

if (!onScaffold && Scaffold.state)
return
Expand Down

0 comments on commit 95b4ded

Please sign in to comment.