diff --git a/src/net/common/clientstate.cpp b/src/net/common/clientstate.cpp index 5dc80755..b1f40961 100644 --- a/src/net/common/clientstate.cpp +++ b/src/net/common/clientstate.cpp @@ -1058,6 +1058,8 @@ ClientStateRunHand::InternalProcess(ClientThread &client, boost::shared_ptrToNetPacketAllInShowCards()) { + curGame->getCurrentHand()->setAllInCondition(true); + NetPacketAllInShowCards::Data allInData; packet->ToNetPacketAllInShowCards()->GetData(allInData);