diff --git a/src/net/common/clientstate.cpp b/src/net/common/clientstate.cpp index 254e9db7..5c00cfcb 100644 --- a/src/net/common/clientstate.cpp +++ b/src/net/common/clientstate.cpp @@ -626,6 +626,7 @@ ClientStateRunHand::InternalProcess(ClientThread &client, boost::shared_ptrsetMySetAbsolute(actionDoneData.totalPlayerBet); tmpPlayer->setMyCash(actionDoneData.playerMoney); curGame->getCurrentHand()->getBoard()->collectSets(); + curGame->getCurrentHand()->switchRounds(); // Update highest set if (tmpPlayer->getMySet() > GetHighestSet(*curGame))