From 41dd4d68485f126880fa55f0d5fc9dbd7ef2801f Mon Sep 17 00:00:00 2001 From: zhaobangyu <763098346@QQ.com> Date: Thu, 28 Sep 2023 15:08:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/robot/accord_mgr.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/robot/accord_mgr.lua b/server/robot/accord_mgr.lua index 333fef81..4e1a46b8 100644 --- a/server/robot/accord_mgr.lua +++ b/server/robot/accord_mgr.lua @@ -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