微调LOG.print使用
This commit is contained in:
@@ -430,6 +430,10 @@ function BG.set(bg,data)
|
||||
BG.discard()
|
||||
collectgarbage()
|
||||
end
|
||||
if not back[bg]then
|
||||
LOG.print("No BG called"..bg,"warn")
|
||||
return
|
||||
end
|
||||
BG.cur=bg
|
||||
bg=back[bg]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user