From 9a16c6abd1802294421e40fab86c73c9a32a0dc0 Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Tue, 6 Feb 2024 11:38:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0cmd=20=E5=90=AF=E5=8A=A8?= =?UTF-8?q?=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/cmd/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/cmd/main.go b/services/cmd/main.go index 37f1cbe7d..397aff427 100644 --- a/services/cmd/main.go +++ b/services/cmd/main.go @@ -420,7 +420,7 @@ func convertServiceSttings(config *comm.GameConfig, id int, stype string, ip str sseting.Sys["rpcx"]["RpcxStartType"] = 2 if config.BattleAddr != "" { sseting.Modules["battle"] = map[string]interface{}{ - "OpenCheck": config.BattleOpen, + "OpenCheck": true, "BattleServerAddr": config.BattleAddr, }