Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion MY_TargetMon/src/MY_TargetMonData.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading