Set "stayOnTableStatus" in engine.
This commit is contained in:
@@ -1735,7 +1735,7 @@ ClientStateWaitHand::InternalHandlePacket(boost::shared_ptr<ClientThread> client
|
||||
throw ClientException(__FILE__, __LINE__, ERR_NET_UNKNOWN_PLAYER_ID, 0);
|
||||
tmpPlayer->setMyUniqueID(idChanged->newPlayerId);
|
||||
// This player is now active again.
|
||||
tmpPlayer->setMyActiveStatus(true);
|
||||
tmpPlayer->setMyStayOnTableStatus(true);
|
||||
// Also update the dealer, if necessary.
|
||||
curGame->replaceDealer(idChanged->oldPlayerId, idChanged->newPlayerId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user