娃娃机线上

This commit is contained in:
by 2024-10-15 11:22:14 +08:00
parent 05329478ad
commit 6334846cdf
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ func (this *MachineManager) UpdateToGameServer(conn *Conn, status int32) {
}
func SendToGameServer(pid int, msg interface{}) {
GameConn = srvlib.ServerSessionMgrSington.GetSession(1, 7, 777)
GameConn = srvlib.ServerSessionMgrSington.GetSession(1, 7, 706)
if GameConn != nil {
GameConn.Send(pid, msg)
} else {