Hotfix fix basejump-zipline completion

This commit is contained in:
Berkeley Martinez
2015-11-08 20:04:43 -08:00
parent 390caf45aa
commit 8fe3a075bf
2 changed files with 44 additions and 29 deletions

View File

@@ -1500,7 +1500,11 @@ $(document).ready(function() {
bonfireExecute(true);
}
});
} else if (common.challengeType !== '7' && common.challengeType !== '2') {
} else if (
common.challengeType !== '7' &&
common.challengeType !== '2' &&
common.challengeType !== '3'
) {
bonfireExecute(true);
}