修复一个之前录像机制更改但代码没有完全跟进导致对战时蓝屏
This commit is contained in:
@@ -333,7 +333,7 @@ end
|
|||||||
function Player.attack(P,R,send,time,line,fromStream)
|
function Player.attack(P,R,send,time,line,fromStream)
|
||||||
if GAME.net then
|
if GAME.net then
|
||||||
if P.type=="human"then--Local player attack others
|
if P.type=="human"then--Local player attack others
|
||||||
ins(GAME.rep,GAME.frame+1)
|
ins(GAME.rep,GAME.frame)
|
||||||
ins(GAME.rep,
|
ins(GAME.rep,
|
||||||
R.subID+
|
R.subID+
|
||||||
send*0x100+
|
send*0x100+
|
||||||
@@ -343,7 +343,7 @@ function Player.attack(P,R,send,time,line,fromStream)
|
|||||||
)
|
)
|
||||||
end
|
end
|
||||||
if fromStream and R.type=="human"then--Local player receiving lines
|
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,
|
ins(GAME.rep,
|
||||||
P.subID+
|
P.subID+
|
||||||
send*0x100+
|
send*0x100+
|
||||||
|
|||||||
Reference in New Issue
Block a user