mirror of
https://github.com/smogon/pokemon-showdown-loginserver.git
synced 2026-04-25 16:19:58 -05:00
Fix build error
This commit is contained in:
parent
b9efc2d1b0
commit
8967dc641f
|
|
@ -112,7 +112,7 @@ export function checkSuspectVerified(
|
|||
userData.coil = coilNum;
|
||||
break;
|
||||
case 'elo': case 'gxe':
|
||||
if (suspect[k] && rating[k] >= suspect[k]!) {
|
||||
if (suspect[k] && rating[k] >= suspect[k]) {
|
||||
reqsMet++;
|
||||
}
|
||||
userData[k] = rating[k];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user