取消"找不到语音"的print

This commit is contained in:
MrZ_26
2020-08-11 00:32:19 +08:00
parent 392ec9abab
commit 9529597a0d

View File

@@ -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]