Fixing double name in protocol.
This commit is contained in:
@@ -1099,7 +1099,7 @@ ServerGameStateHand::StartNewHand(boost::shared_ptr<ServerGame> server)
|
|||||||
netHandStart->yourCards.present = yourCards_PR_encryptedCards;
|
netHandStart->yourCards.present = yourCards_PR_encryptedCards;
|
||||||
EncryptedCards_t *encryptedCards = &netHandStart->yourCards.choice.encryptedCards;
|
EncryptedCards_t *encryptedCards = &netHandStart->yourCards.choice.encryptedCards;
|
||||||
OCTET_STRING_fromBuf(
|
OCTET_STRING_fromBuf(
|
||||||
&encryptedCards->encryptedCards,
|
&encryptedCards->cardData,
|
||||||
(const char *)&tmpCipher[0],
|
(const char *)&tmpCipher[0],
|
||||||
(int)tmpCipher.size());
|
(int)tmpCipher.size());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user