娃娃机投币消息加入消息队列
This commit is contained in:
parent
5e60434b60
commit
6b8e24cba3
|
|
@ -121,7 +121,13 @@ func SMDollMachinePerateHandler(session *netlib.Session, packetId int, data inte
|
|||
Process(conn, f1, f2)
|
||||
case 5:
|
||||
//投币
|
||||
machinedoll.Coin(conn)
|
||||
f1 := []func(){
|
||||
func() { machinedoll.Coin(conn) },
|
||||
}
|
||||
f2 := []func(){
|
||||
func() {},
|
||||
}
|
||||
Process(conn, f1, f2)
|
||||
go DollMachineGrabResult(session, conn, msg.Snid, msg.GetId())
|
||||
}
|
||||
return nil
|
||||
|
|
|
|||
Loading…
Reference in New Issue