sqlite-log: deleting unused parameters and implementing logging board cards
This commit is contained in:
@@ -1687,7 +1687,6 @@ ClientStateRunHand::InternalHandlePacket(boost::shared_ptr<ClientThread> client,
|
||||
assert(netActionDone->totalPlayerBet >= (long)tmpPlayer->getMySet());
|
||||
client->GetGui().logPlayerActionMsg(
|
||||
tmpPlayer->getMyName(),
|
||||
tmpPlayer->getMyID(),
|
||||
netActionDone->playerAction,
|
||||
netActionDone->totalPlayerBet - tmpPlayer->getMySet());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user