From e61f7c33e3364d9db95c26d53403431197823985 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Sun, 6 Dec 2020 00:40:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=B7=E6=88=98=E6=A8=A1=E5=BC=8F=E4=B8=A2?= =?UTF-8?q?=E5=BE=BD=E7=AB=A0=E5=8A=A8=E7=94=BB=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/player/player.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/player/player.lua b/parts/player/player.lua index c935610c..6365f8ff 100644 --- a/parts/player/player.lua +++ b/parts/player/player.lua @@ -1532,7 +1532,7 @@ function Player.lose(P,force) end P.lastRecv=A if P.id==1 or A.id==1 then - TASK.new(TICK.throwBadge,A.ai,P,max(3,P.badge)*4) + TASK.new(TICK.throwBadge,not A.human,P,max(3,P.badge)*4) end end else