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