Skip to content

Commit

Permalink
795da1e
Browse files Browse the repository at this point in the history
  • Loading branch information
ManInMyVan committed Jun 25, 2024
1 parent 13cfab9 commit e2bb25e
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -922,9 +922,8 @@ object KillAura : Module("KillAura", COMBAT) {
* Start blocking
*/
private fun startBlocking(interactEntity: Entity, interact: Boolean, fake: Boolean = false) {
// This code is temporarily disabled, seems to caused autoblock to fail.
// if (blockStatus && !uncpAutoBlock)
// return
if (blockStatus && !uncpAutoBlock)
return

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

0 comments on commit e2bb25e

Please sign in to comment.