修复稳定

This commit is contained in:
2026-03-02 17:32:23 +08:00
parent 49fe75efff
commit bfa7d324ee
469 changed files with 728 additions and 602 deletions

View File

@@ -1754,6 +1754,8 @@ void NNGameScene::showLordUser(bool isplayEffect/* = false*/)
// 发牌结束消息;
void NNGameScene::sendSendCardOverMsg()
{
// Only send if still in send card state, avoid race condition with server
if (m_cbGameStatus != NN_GS_TK_SEND_CARD) return;
SendSocketData(NN_SUB_C_SEND_OVER);
}