GITLAB
zhangqijia
/
Pro2DServer
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
601ab22b95fc055f8647e9d14d3b4f1066793b10
Authored by
zhangqijia
2022-05-30 15:08:48 +0800
1 parent
0ba9c113
fix: update
Showing
2 changed files
with
1 additions
and
2 deletions
Show diff stats
common/conf.go
protos
Inline
Side-by-side
common/conf.go
Wrap text
Show/Hide comments
View file @
601ab22
...
...
@@ -121,7 +121,6 @@ func init() {
121
121
fmt.Printf("serverlist.yml unmarshal faild: %v\n", err)
122
122
return
123
123
}
124
- fmt.Println(GlobalConf.GameService)
125
124
126
125
c, err := json.Marshal(&GlobalConf.LogConf)
127
126
if err != nil {
...
...
protos
@
a0a4d31c707
1
-Subproject commit b89856524155c49f2aa3c598e2d39b7b38e94c5d
1
+Subproject commit a0a4d31c707e92241e1ed0793fafbefa0c7a4deb
...
...