Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Commit 1dd561f

Browse files
committed
fix: 修复团队监控报错的问题
1 parent 5ac2c87 commit 1dd561f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

MY_TeamMon/src/MY_TeamMon.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1524,9 +1524,6 @@ end
15241524
function D.OnDoodadEvent(doodad, bEnter)
15251525
local data = D.GetData('DOODAD', doodad.dwTemplateID)
15261526
local nTime = GetTime()
1527-
if MY_TEAM_MON_SHIELDED_OTHER_PLAYER and X.IsPlayer(doodad.dwEmployer) and doodad.dwEmployer ~= MY_TEAM_MON_CORE_PLAYERID then
1528-
return
1529-
end
15301527
if bEnter then
15311528
if not CACHE.DOODAD_LIST[doodad.dwTemplateID] then
15321529
CACHE.DOODAD_LIST[doodad.dwTemplateID] = {

0 commit comments

Comments
 (0)