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