From eeacb8a1f32ce94f6f73a7b1cedc25ab95f935d5 Mon Sep 17 00:00:00 2001 From: Suwings Date: Sun, 27 Feb 2022 13:28:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E6=B8=85=E7=90=86?= 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 0015f35..3179daf 100644 --- a/src/entity/commands/task/players.ts +++ b/src/entity/commands/task/players.ts @@ -90,5 +90,6 @@ export default class RefreshPlayer implements ILifeCycleTask { instance.info.playersChart = []; this.playersChart = []; this.playersChartTask = null; + this.task = null; } }