Skip to content

Commit 54a888d

Browse files
committed
feat: 按要求重新启用名剑大会团队监控
1 parent fb6d680 commit 54a888d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MY_TeamMon/src/MY_TeamMon.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ function D.UpdateShieldStatus()
757757
local bShieldedEnterLeaveScene = false
758758
if X.IsRestricted('MY_TeamMon.MapRestriction') then
759759
-- 地图限制判断
760-
if X.IsInCompetitionMap() then
760+
if X.IsInPubgMap() then
761761
bShieldedTotal = true
762762
end
763763
if not X.IsInDungeonMap() then

0 commit comments

Comments
 (0)