Skip to content

Commit

Permalink
同步代码
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaobangyu committed Sep 28, 2023
1 parent 6c48127 commit 41dd4d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/robot/accord_mgr.lua
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ function AccordMgr:load_db_data()
log_warn("[AccordMgr][load_db_data] accord_conf fail ok:{}", cf_ok)
end

if cgp_ok and svr_ok and cf_ok then
if cgp_ok and cf_ok then
self.load_db_status = true
end
return cgp_ok and svr_ok and cf_ok
return cgp_ok and cf_ok
end)
end

Expand Down

0 comments on commit 41dd4d6

Please sign in to comment.