Skip to content

Commit

Permalink
Hotfix ignore bonfireExecute on basejump challenges
Browse files Browse the repository at this point in the history
  • Loading branch information
Berkeley Martinez authored and Berkeley Martinez committed Nov 9, 2015
1 parent 8fe3a07 commit 9ca11eb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions client/commonFramework.js
Original file line number Diff line number Diff line change
Expand Up @@ -1501,9 +1501,10 @@ $(document).ready(function() {
}
});
} else if (
common.challengeType !== '7' &&
common.challengeType !== '2' &&
common.challengeType !== '3'
common.challengeType !== '3' &&
common.challengeType !== '4' &&
common.challengeType !== '7'
) {
bonfireExecute(true);
}
Expand Down

0 comments on commit 9ca11eb

Please sign in to comment.