From e15c27d38d2bf87af5982b84fcecdc122236a337 Mon Sep 17 00:00:00 2001 From: vvo <> Date: Fri, 6 Jan 2023 21:33:28 +0800 Subject: [PATCH] minor fix --- sdvx@asphyxia/handlers/profiles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdvx@asphyxia/handlers/profiles.ts b/sdvx@asphyxia/handlers/profiles.ts index 09dc6a5..97d8819 100644 --- a/sdvx@asphyxia/handlers/profiles.ts +++ b/sdvx@asphyxia/handlers/profiles.ts @@ -673,7 +673,7 @@ export const load: EPR = async (info, data, send) => { ...profile }); } - // const bgm = profile.bgm ? profile.bgm : 0; + const bgm = profile.bgm ? profile.bgm : 0; const subbg = profile.subbg ? profile.subbg : 0; const nemsys = profile.nemsys ? profile.nemsys : 0; const stampA = profile.stampA ? profile.stampA : 0;