From 748af26eae6ee5b4ebace053335d69e7d622451e Mon Sep 17 00:00:00 2001 From: luying Date: Mon, 7 Jun 2021 10:47:58 +0800 Subject: [PATCH] =?UTF-8?q?json:=20=E4=BF=AE=E5=A4=8Darray?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/pubUtils/dictionary/DicPvpOpponent.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/shared/pubUtils/dictionary/DicPvpOpponent.ts b/shared/pubUtils/dictionary/DicPvpOpponent.ts index aeb9c1519..1c6d0fe09 100644 --- a/shared/pubUtils/dictionary/DicPvpOpponent.ts +++ b/shared/pubUtils/dictionary/DicPvpOpponent.ts @@ -17,7 +17,6 @@ export interface DicPvpOpponent { export const dicPvpOpponent = new Map(); export function loadPvpOpponent() { - dicPvpOpponent.splice(0, dicPvpOpponent.length); let arr = readFileAndParse(FILENAME.DIC_PVP_OPPONENT); arr.forEach(o => {