Skip to content

Commit

Permalink
Merge pull request #5886 from SJuliez/ac-option-fix
Browse files Browse the repository at this point in the history
#5885: Fix AC option checking
  • Loading branch information
IllianiCBT authored Aug 12, 2024
2 parents 633965d + 604aa7e commit 1b25d47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public int getDamage() {

if (Server.getServerInstance() != null) {
IOption increasedAc = Server.getServerInstance().getGame()
.getOptions().getOption(OptionsConstants.ADVCOMBAT_TACOPS_RAPID_AC);
.getOptions().getOption(OptionsConstants.ADVCOMBAT_INCREASED_AC_DMG);
if ((increasedAc != null) && increasedAc.booleanValue()) {
dmg++;
}
Expand Down

0 comments on commit 1b25d47

Please sign in to comment.