Merge branch 'develop' of git.pogorockgames.com:mango-games/server/game into develop

This commit is contained in:
sk 2024-09-09 14:05:16 +08:00
commit 4cfd64dbed
1 changed files with 2 additions and 1 deletions

View File

@ -120,8 +120,9 @@ func SMDollMachinePerateHandler(session *netlib.Session, packetId int, data inte
case 5: case 5:
//投币 //投币
fmt.Println("===========玩家投币===========") fmt.Println("===========玩家投币===========")
machinedoll.Coin(conn)
go DollMachineGrabResult(session, conn, msg.Snid, msg.GetId()) go DollMachineGrabResult(session, conn, msg.Snid, msg.GetId())
machinedoll.Coin(conn)
} }
return nil return nil
} }