json:fix数组重复加载的bug

This commit is contained in:
luying
2021-06-07 09:54:07 +08:00
parent fe73748cd7
commit c2436c85a8
17 changed files with 17 additions and 10 deletions
@@ -15,7 +15,7 @@ export interface DicPvpTeamLevel {
export const dicPvpTeamLevel = new Array<DicPvpTeamLevel>();
export function loadPvpTeamLevel() {
dicPvpTeamLevel.splice(0, dicPvpTeamLevel.length)
let arr = readFileAndParse(FILENAME.DIC_PVP_TEAM_LEVEL);
arr.forEach(o => {