修复主线任务首充不触发接受
This commit is contained in:
parent
5d8fe3f586
commit
b9b44075cc
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue