fix SongNum (#7)

This commit is contained in:
talkouki89
2024-02-06 09:25:23 +08:00
committed by GitHub
parent e0a78792a6
commit 02b5d1c942
+1 -1
View File
@@ -68,7 +68,7 @@ export const common: EPR = async (info, data, send) => {
}
let songs = [];
const gameVersion = getVersion(info);
let songNum = 2100;
let songNum = 2200;
if(gameVersion === 2) songNum = 554;
if(gameVersion === 3) songNum = 954;
if(gameVersion === 4) songNum = 1368;