From 04b3e8790125c80edbba7b996806fcf8b052c39e Mon Sep 17 00:00:00 2001 From: zhl Date: Mon, 7 Dec 2020 17:41:43 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=BB=93=E7=AE=97=E5=AF=B9?= =?UTF-8?q?=E6=88=98=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/rooms/commands/PartResultCommand.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rooms/commands/PartResultCommand.ts b/src/rooms/commands/PartResultCommand.ts index dea5af9..7e4cf50 100644 --- a/src/rooms/commands/PartResultCommand.ts +++ b/src/rooms/commands/PartResultCommand.ts @@ -98,7 +98,7 @@ export class PartResultCommand extends Command { if (player.team == 0) { t0.push(player); } else { - t1.unshift(player); + t1.push(player); } } let result = [];