修复主线任务首充不触发接受

This commit is contained in:
Admin 2026-06-22 20:12:36 +08:00
parent 5d8fe3f586
commit b9b44075cc

View file

@ -389,6 +389,9 @@ function MainLineTaskOBJ:route(actor)
end
local visit = task.visit
if visit.type == "module" and visit.open then
if visit.keys and visit.keys[1] then
self:onVisit(actor, visit.keys[1])
end
Message:SubLink(actor, visit.open)
return
end