From 30042a363e9200a4c282edfdcc4d10012bde8116 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Sat, 26 Dec 2020 16:19:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=BD=AF=E4=BB=B6=E9=94=81?= =?UTF-8?q?=E5=BC=80=E5=90=AF=E6=97=B6=E5=90=AF=E5=8A=A8=E5=90=8E=E7=AB=8B?= =?UTF-8?q?=E5=8D=B3=E8=BF=9B=E5=85=A5debug=E5=90=8EVOC=E6=A8=A1=E5=9D=97?= =?UTF-8?q?=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Zframework/voice.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,