Merge branch 'develop' of git.pogorockgames.com:mango-games/server/game into develop
This commit is contained in:
commit
4cfd64dbed
|
|
@ -120,8 +120,9 @@ func SMDollMachinePerateHandler(session *netlib.Session, packetId int, data inte
|
|||
case 5:
|
||||
//投币
|
||||
fmt.Println("===========玩家投币===========")
|
||||
machinedoll.Coin(conn)
|
||||
go DollMachineGrabResult(session, conn, msg.Snid, msg.GetId())
|
||||
machinedoll.Coin(conn)
|
||||
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue