mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-04-25 07:57:01 -05:00
Consistently transform new challenge token
This commit is contained in:
parent
b5530a6405
commit
c91cb4d57e
|
|
@ -510,6 +510,7 @@ class NTBBSession {
|
|||
$challengekeyid = intval($splitChallenge[0]);
|
||||
$challenge = $splitChallenge[1];
|
||||
if (@$splitChallenge[2] && !$challengetoken) $challengetoken = $splitChallenge[2];
|
||||
$_REQUEST['challengetoken'] = $challengetoken;
|
||||
}
|
||||
|
||||
if ($challengekeyid < 1) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user