From 02b5d1c942dcf269a1d87363fbb96539574099b8 Mon Sep 17 00:00:00 2001 From: talkouki89 <69986700+talkouki89@users.noreply.github.com> Date: Tue, 6 Feb 2024 09:25:23 +0800 Subject: [PATCH] fix SongNum (#7) --- sdvx@asphyxia/handlers/common.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdvx@asphyxia/handlers/common.ts b/sdvx@asphyxia/handlers/common.ts index 1950af6..b8d8d52 100644 --- a/sdvx@asphyxia/handlers/common.ts +++ b/sdvx@asphyxia/handlers/common.ts @@ -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;