From 9529597a0d028a6b7f64f44761958b74c879925b Mon Sep 17 00:00:00 2001 From: MrZ_26 Date: Tue, 11 Aug 2020 00:32:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88"=E6=89=BE=E4=B8=8D=E5=88=B0?= =?UTF-8?q?=E8=AF=AD=E9=9F=B3"=E7=9A=84print?= 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 930d3282..1ceb59f4 100644 --- a/Zframework/voice.lua +++ b/Zframework/voice.lua @@ -121,7 +121,7 @@ function VOC.play(s,chn) if chn then local L=voiceQueue[chn] local _=VOC.list[s] - if not _ then DBP("no VOC called:"..s)return end + if not _ then return end L[#L+1]=_[rnd(#_)] L.s=1 --Add to queue[chn]