Skip to content

Commit

Permalink
Merge pull request #42 from youbetterdont/feature/map-require-continue
Browse files Browse the repository at this point in the history
Require %CONTINUE% to process multiple map commands
  • Loading branch information
planqi authored Mar 17, 2020
2 parents f8a5014 + e3325a7 commit 401eae9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BH/Modules/Maphack/Maphack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,7 @@ void Maphack::OnAutomapDraw() {
Drawing::Linehook::Draw(MyPos.x, MyPos.y, automapLoc.x, automapLoc.y, lineColor);
}
});
if ((*it)->action.stopProcessing) break;
}
}
}
Expand Down

0 comments on commit 401eae9

Please sign in to comment.