mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-09-12 13:59:09 -05:00
Consistently transform new challenge token
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user