diff --git a/parts/scenes/net_game.lua b/parts/scenes/net_game.lua index 4564f6a0..42e7fbbb 100644 --- a/parts/scenes/net_game.lua +++ b/parts/scenes/net_game.lua @@ -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