From afe8fccfe4a9ee3468c462ea6edd070550762dc8 Mon Sep 17 00:00:00 2001 From: kuangshen04 <2832899707@qq.com> Date: Tue, 10 Oct 2023 18:27:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E6=8E=89console=E7=9A=84?= =?UTF-8?q?=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game/game.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/game.js b/game/game.js index b96871828..4c0f7fa46 100644 --- a/game/game.js +++ b/game/game.js @@ -35330,7 +35330,7 @@ } let list=getAudioList(skill,player); - console.log(skill,lib.skill[skill]&&lib.skill[skill].audio,list); + // console.log(skill,lib.skill[skill]&&lib.skill[skill].audio,list); if(!list.length) return; // if(index) index=index%list.length||list.length; // let audio=list[index?index-1:Math.floor(Math.random()*list.length)];