修复软件锁开启时启动后立即进入debug后VOC模块报错
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
local VOC={
|
local VOC={
|
||||||
getCount=function()return 0 end,
|
getCount=function()return 0 end,
|
||||||
getQueueCount=NULL,
|
getQueueCount=function()return 0 end,
|
||||||
getFreeChannel=NULL,
|
getFreeChannel=NULL,
|
||||||
play=NULL,
|
play=NULL,
|
||||||
update=NULL,
|
update=NULL,
|
||||||
|
|||||||
Reference in New Issue
Block a user