diff --git a/Zframework/voice.lua b/Zframework/voice.lua index 6adaf9a5..31b33d7c 100644 --- a/Zframework/voice.lua +++ b/Zframework/voice.lua @@ -1,6 +1,6 @@ local VOC={ getCount=function()return 0 end, - getQueueCount=NULL, + getQueueCount=function()return 0 end, getFreeChannel=NULL, play=NULL, update=NULL,