From 9722ba70845d0cd995d610fa27b59b52b5ae56ff Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Sun, 18 Oct 2020 00:43:47 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B6=E6=9B=BFCC=E7=9A=849S=E5=A4=A7?= =?UTF-8?q?=E5=B9=85=E5=8A=A0=E9=80=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/player.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/parts/player.lua b/parts/player.lua index faa0c72e..571fbae5 100644 --- a/parts/player.lua +++ b/parts/player.lua @@ -1332,7 +1332,10 @@ local function loadAI(P,AIdata)--Load AI params bag=AIdata.bag, node=AIdata.node, } - if not CC then P.AI_mode="9S"end + if not CC then + P.AI_mode="9S" + P.AI_delay0=int(P.AI_delay0*.26) + end if P.AI_mode=="CC"then P.RS=kickList.AIRS local opt,wei=CC.getConf()