Compare commits

...

2 Commits

Author SHA1 Message Date
by 1714948491 Merge branch 'develop' of https://git.pogorockgames.com/mango-games/server/game into develop 2024-09-24 13:47:29 +08:00
by b871576fe9 娃娃机log 2024-09-24 13:47:16 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ func (this *MachineManager) Init() {
Addr: addr,
}
SetBaseParam(conn)
logger.Logger.Trace("设置每台娃娃机基础配置!")
fmt.Println("与娃娃机连接成功!设置每台娃娃机基础配置!Id = ", i+1, "addr = ", addr)
}
/* fmt.Println("Connected to server:\n", this.ConnMap[1].RemoteAddr())