修复网战重开后上传数据错误
This commit is contained in:
@@ -236,6 +236,8 @@ function scene.socketRead(mes)
|
|||||||
elseif cmd=="B"then
|
elseif cmd=="B"then
|
||||||
if not playing then
|
if not playing then
|
||||||
playing=true
|
playing=true
|
||||||
|
lastUpstreamTime=0
|
||||||
|
upstreamProgress=1
|
||||||
resetGameData("n",playerData,tonumber(args[1]))
|
resetGameData("n",playerData,tonumber(args[1]))
|
||||||
else
|
else
|
||||||
LOG.print("Redundant signal: B(begin)",30,COLOR.green)
|
LOG.print("Redundant signal: B(begin)",30,COLOR.green)
|
||||||
|
|||||||
Reference in New Issue
Block a user