diff --git a/src/net/common/clientstate.cpp b/src/net/common/clientstate.cpp index c40a9f92..67c0fc9d 100644 --- a/src/net/common/clientstate.cpp +++ b/src/net/common/clientstate.cpp @@ -691,10 +691,7 @@ ClientStateRunHand::InternalProcess(ClientThread &client, boost::shared_ptrgetPlayerArray()[i]->setMyAction(0); curGame->getPlayerArray()[i]->setMySetNull(); - } // Wait for next Hand. client.SetState(ClientStateWaitHand::Instance()); retVal = MSG_NET_GAME_SERVER_HAND_END; @@ -734,10 +731,7 @@ ClientStateRunHand::InternalProcess(ClientThread &client, boost::shared_ptrgetPlayerArray()[i]->setMyAction(0); curGame->getPlayerArray()[i]->setMySetNull(); - } // Wait for next Hand. client.SetState(ClientStateWaitHand::Instance()); retVal = MSG_NET_GAME_SERVER_HAND_END;