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