Skip to content

Commit

Permalink
Merge pull request #1020 from fmcpe/patch-2
Browse files Browse the repository at this point in the history
Everyone don't want killaura update the rotation from 1 chunk away. Right?
  • Loading branch information
opZywl authored Nov 2, 2023
2 parents cd0fe4d + e08649d commit 7a35f08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ object KillAura : Module() {
}

// Find best target
for (entity in discoveredTargets) {
for (entity in inRangeDiscoveredTargets) {
// Update rotations to current target
if (!updateRotations(entity)) {
var success = false
Expand Down

0 comments on commit 7a35f08

Please sign in to comment.