Hotfix ignore bonfireExecute on basejump challenges
This commit is contained in:
@ -1501,9 +1501,10 @@ $(document).ready(function() {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
} else if (
|
} else if (
|
||||||
common.challengeType !== '7' &&
|
|
||||||
common.challengeType !== '2' &&
|
common.challengeType !== '2' &&
|
||||||
common.challengeType !== '3'
|
common.challengeType !== '3' &&
|
||||||
|
common.challengeType !== '4' &&
|
||||||
|
common.challengeType !== '7'
|
||||||
) {
|
) {
|
||||||
bonfireExecute(true);
|
bonfireExecute(true);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user