Commit 42674b1ad43d06c27135a17be4c14adc3f996f97
1 parent
3f00afcf
bug
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/models/Diner.lua
... | ... | @@ -41,7 +41,7 @@ function Diner:refreshDailyData(notify) |
41 | 41 | -- 不填=默认刷出,1=达成前置任务,2=通关关卡 |
42 | 42 | local showC = data.show:toArray(true, "=") |
43 | 43 | if showC[1] == 2 then |
44 | - if not role:checkHangPass(showC[2]) then | |
44 | + if not self.owner:checkHangPass(showC[2]) then | |
45 | 45 | show = false |
46 | 46 | end |
47 | 47 | elseif showC[1] == 1 then | ... | ... |