diff --git a/MY_TargetMon/src/MY_TargetMonData.lua b/MY_TargetMon/src/MY_TargetMonData.lua index 79684b757..8d17e07a3 100644 --- a/MY_TargetMon/src/MY_TargetMonData.lua +++ b/MY_TargetMon/src/MY_TargetMonData.lua @@ -131,7 +131,8 @@ function D.GetDatasetList() local dwMapID = me.GetMapID() or 0 -- 竞赛地图禁用监控功能 if MATCH_DISABLED_MAP[dwMapID] then - return {} + CONFIG_CACHE = {} + return CONFIG_CACHE end local aConfig = {} if not (X.IsInCompetitionMap() and X.IsClientPlayerMountMobileKungfu()) then