minor fix

This commit is contained in:
vvo
2023-01-06 21:33:28 +08:00
parent 0d171c7f0a
commit e15c27d38d
+1 -1
View File
@@ -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;