字典:后台重载bug
This commit is contained in:
@@ -34,6 +34,8 @@ export interface DicTowerTask {
|
||||
|
||||
export const dicTowerTask = new Map<number, DicTowerTask>();
|
||||
export function loadTowerTask() {
|
||||
dicTowerTask.clear();
|
||||
|
||||
let arr = readFileAndParse(FILENAME.DIC_TOWER_TASK);
|
||||
|
||||
arr.forEach(o => {
|
||||
|
||||
Reference in New Issue
Block a user