字典:后台重载bug
This commit is contained in:
@@ -30,7 +30,7 @@ const DicArmyDevelopConsumeKeys: KeysEnum<DicArmyDevelopConsume> = {
|
||||
|
||||
export const dicArmyDevelopConsume = new Map<number, DicArmyDevelopConsume>();
|
||||
export function loadArmyDevelopConsume() {
|
||||
|
||||
dicArmyDevelopConsume.clear();
|
||||
let arr = readFileAndParse(FILENAME.DIC_ARMY_DEVELOPMENTCONSUME);
|
||||
|
||||
arr.forEach(o => {
|
||||
|
||||
Reference in New Issue
Block a user