修音乐室和一些bgm模块更新后的小错误
框架跟进a
This commit is contained in:
@@ -442,7 +442,7 @@ local commands={}do
|
||||
commands.playbgm={
|
||||
code=function(bgm)
|
||||
if bgm~=""then
|
||||
if bgm~=BGM.nowPlay then
|
||||
if bgm~=BGM.getPlaying()[1] then
|
||||
if BGM.play(bgm)then
|
||||
log("Now playing: "..bgm)
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user