From 5ba458a3c02f942b7f502a505ccd4f24c1e2f496 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=9E=97?= <10885740@QQ.com> Date: Sat, 26 Feb 2022 17:59:28 +0800 Subject: [PATCH] =?UTF-8?q?upd:=20=E5=85=B3=E9=97=AD=E5=AE=9E=E4=BE=8B?= =?UTF-8?q?=E6=97=B6=E6=B8=85=E7=A9=BA=E5=9C=A8=E7=BA=BF=E4=BA=BA=E6=95=B0?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/entity/commands/task/players.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/entity/commands/task/players.ts b/src/entity/commands/task/players.ts index e567d31..b9eaa91 100644 --- a/src/entity/commands/task/players.ts +++ b/src/entity/commands/task/players.ts @@ -68,6 +68,7 @@ export default class RefreshPlayer implements ILifeCycleTask { instance.info.maxPlayers = -1; instance.info.currentPlayers = -1; instance.info.version = ""; + instance.info.playersChart = []; clearInterval(this.task); } }