修复稳定
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user