Send dealer player id with each hand start message.
This commit is contained in:
@@ -438,6 +438,7 @@ AbstractServerGameStateReceiving::CreateNetPacketHandStart(const ServerGame &ser
|
||||
}
|
||||
|
||||
netHandStart->set_smallblind(curGame.getCurrentHand()->getSmallBlind());
|
||||
netHandStart->set_dealerplayerid(curGame.getCurrentHand()->getDealerPosition());
|
||||
return notifyCards;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user