服务器规范排名数据,不再手动过滤
This commit is contained in:
@@ -217,11 +217,6 @@ function scene.socketRead(cmd,d)
|
|||||||
playing=false
|
playing=false
|
||||||
love.keyboard.setKeyRepeat(true)
|
love.keyboard.setKeyRepeat(true)
|
||||||
table.sort(d.result,_playerSort)
|
table.sort(d.result,_playerSort)
|
||||||
for k,v in next,d.result do
|
|
||||||
if v.place==0 then
|
|
||||||
table.remove(d.result,k)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
NET.resultList=d.result
|
NET.resultList=d.result
|
||||||
netPLY.resetState()
|
netPLY.resetState()
|
||||||
elseif cmd=='stream'then
|
elseif cmd=='stream'then
|
||||||
|
|||||||
Reference in New Issue
Block a user