feat: update scorepack index

This commit is contained in:
Xmader 2021-01-12 04:02:52 -05:00
parent d99848c6fc
commit dd30454b5a
No known key found for this signature in database
GPG Key ID: A20B97FB9EB730E4
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import { getMainCid } from './mscz'
export abstract class ScoreInfo {
private readonly RADIX = 20;
private readonly INDEX_RADIX = 40;
private readonly INDEX_RADIX = 128;
abstract id: number;
abstract title: string;