Skip to content

Commit

Permalink
LEGACY: Fixed KillAura AutoBlock Again.. (CCBlueX#2794)
Browse files Browse the repository at this point in the history
  • Loading branch information
EclipsesDev committed Apr 13, 2024
1 parent c3f4319 commit 795da1e
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -940,10 +940,8 @@ object KillAura : Module("KillAura", ModuleCategory.COMBAT, Keyboard.KEY_R) {
* 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 795da1e

Please sign in to comment.