gameserver sendToMachine

This commit is contained in:
by 2024-08-13 10:34:20 +08:00
parent a8f6039fe9
commit c665fd4816
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ func (this *SceneEx) BackupPlayer(p *PlayerEx, isBilled bool) {
}
// 向娃娃机主机发送消息
func (this *SceneEx) SendMachine(pid int, msg interface{}) {
func (this *SceneEx) SendToMachine(pid int, msg interface{}) {
if this.machineConn == nil {
this.machineConn = srvlib.ServerSessionMgrSington.GetSession(1, 10, 1001)
}