修复bug

This commit is contained in:
liuxiaobo 2025-06-15 20:29:05 +08:00
parent 8941e94eec
commit 7b3414eea5

View File

@ -56,4 +56,5 @@ func LoadConfig(GitCommit, GitBranch, BuildDate string) {
_ = json.Unmarshal([]byte(Cfg.GameJson), GateCfg)
}
log.DebugF("load common config success")
_ = Cfg
}