gameserver sendToMachine
This commit is contained in:
parent
a8f6039fe9
commit
c665fd4816
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue