From 6c65a442db3a58c3383f5a83205ac7564e89f240 Mon Sep 17 00:00:00 2001 From: by <123456@qq.com> Date: Mon, 9 Sep 2024 11:24:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A8=83=E5=A8=83=E6=9C=BA=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- machine/action/action_server.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/machine/action/action_server.go b/machine/action/action_server.go index 4ab11d5..263423b 100644 --- a/machine/action/action_server.go +++ b/machine/action/action_server.go @@ -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 }