Hotfix ignore bonfireExecute on basejump challenges

This commit is contained in:
Berkeley Martinez
2015-11-08 20:12:56 -08:00
parent 8fe3a075bf
commit 9ca11ebed2

View File

@ -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);
}