From f01ed4059a6ba6101fd0ce3b5be6cb1c5e6af215 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Mon, 15 Feb 2021 17:56:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=80=E4=B8=AA=E4=B9=8B?= =?UTF-8?q?=E5=89=8D=E5=BD=95=E5=83=8F=E6=9C=BA=E5=88=B6=E6=9B=B4=E6=94=B9?= =?UTF-8?q?=E4=BD=86=E4=BB=A3=E7=A0=81=E6=B2=A1=E6=9C=89=E5=AE=8C=E5=85=A8?= =?UTF-8?q?=E8=B7=9F=E8=BF=9B=E5=AF=BC=E8=87=B4=E5=AF=B9=E6=88=98=E6=97=B6?= =?UTF-8?q?=E8=93=9D=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/player/player.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parts/player/player.lua b/parts/player/player.lua index 5b5af514..f35a5177 100644 --- a/parts/player/player.lua +++ b/parts/player/player.lua @@ -333,7 +333,7 @@ end function Player.attack(P,R,send,time,line,fromStream) if GAME.net then if P.type=="human"then--Local player attack others - ins(GAME.rep,GAME.frame+1) + ins(GAME.rep,GAME.frame) ins(GAME.rep, R.subID+ send*0x100+ @@ -343,7 +343,7 @@ function Player.attack(P,R,send,time,line,fromStream) ) end if fromStream and R.type=="human"then--Local player receiving lines - ins(GAME.rep,GAME.frame+1) + ins(GAME.rep,GAME.frame) ins(GAME.rep, P.subID+ send*0x100+