feat: update scorepack index
This commit is contained in:
parent
d99848c6fc
commit
dd30454b5a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue