联网对战测试推进22

This commit is contained in:
MrZ626
2021-02-06 13:23:52 +08:00
parent 38d3e4477c
commit eec05e7eb6
18 changed files with 350 additions and 105 deletions

View File

@@ -7,10 +7,8 @@ return{
PLY.newPlayer(1)
local N=2
for i=1,#playerData do
if playerData[i].id~=USER.id then
PLY.newRemotePlayer(N,false,playerData[i])
N=N+1
end
PLY.newRemotePlayer(N,false,playerData[i])
N=N+1
end
end,
}