字典:后台重载bug
This commit is contained in:
@@ -15,7 +15,8 @@ export interface DicGuildActiveWays {
|
||||
|
||||
export const dicGuildActiveWays = new Map<number, DicGuildActiveWays>();
|
||||
export function loadGuildActiveWays() {
|
||||
|
||||
dicGuildActiveWays.clear();
|
||||
|
||||
let arr = readFileAndParse(FILENAME.DIC_ARMY_ACTIVE_POINT_WAYS);
|
||||
|
||||
arr.forEach(o => {
|
||||
|
||||
Reference in New Issue
Block a user