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