微调背景模块,自定义模式设置背景的时候访问不到特殊背景了
This commit is contained in:
@@ -24,6 +24,9 @@ end
|
||||
function BG.getList()
|
||||
return BGlist
|
||||
end
|
||||
function BG.remList(name)
|
||||
table.remove(BGlist,TABLE.find(BGlist,name))
|
||||
end
|
||||
function BG.send(...)
|
||||
if BG.event then
|
||||
BG.event(...)
|
||||
|
||||
Reference in New Issue
Block a user