修第三季度音乐名称打错

This commit is contained in:
MrZ_26
2024-08-01 21:47:25 +08:00
parent 7e2bd7b08d
commit 8208e7b132
2 changed files with 2 additions and 1 deletions

View File

@@ -65,7 +65,7 @@ end
function THEME.set(theme,keepBGM)
if type(theme)=='string' and theme:sub(1,6)=='season' then
BG.setDefault(SETTING.defaultBG)
BGM.setDefault(({season1='null',season2='nil',season3='vaccum',season4='space'})[theme])
BGM.setDefault(({season1='null',season2='nil',season3='vacuum',season4='space'})[theme])
elseif not SETTING.noTheme then
if theme=='xmas' then
BG.setDefault('snow')