服务器规范排名数据,不再手动过滤

This commit is contained in:
MrZ626
2021-06-01 22:06:54 +08:00
parent cb3ad51357
commit 83aac737c7

View File

@@ -217,11 +217,6 @@ function scene.socketRead(cmd,d)
playing=false
love.keyboard.setKeyRepeat(true)
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
netPLY.resetState()
elseif cmd=='stream'then