From 83aac737c732be93c037f93e007b79c8e891443b Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Tue, 1 Jun 2021 22:06:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E5=99=A8=E8=A7=84=E8=8C=83?= =?UTF-8?q?=E6=8E=92=E5=90=8D=E6=95=B0=E6=8D=AE=EF=BC=8C=E4=B8=8D=E5=86=8D?= =?UTF-8?q?=E6=89=8B=E5=8A=A8=E8=BF=87=E6=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/net_game.lua | 5 ----- 1 file changed, 5 deletions(-) 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