修复软件锁开启时启动后立即进入debug后VOC模块报错

This commit is contained in:
MrZ626
2020-12-26 16:19:01 +08:00
parent 315de60e79
commit 30042a363e

View File

@@ -1,6 +1,6 @@
local VOC={
getCount=function()return 0 end,
getQueueCount=NULL,
getQueueCount=function()return 0 end,
getFreeChannel=NULL,
play=NULL,
update=NULL,