Removing AFK-warning message. Preparing integration of a new auto-AFK mode.
This commit is contained in:
@@ -716,9 +716,6 @@ AbstractClientStateReceiving::HandlePacket(boost::shared_ptr<ClientThread> clien
|
||||
} else if (tmpPacket->GetMsg()->present == PokerTHMessage_PR_timeoutWarningMessage) {
|
||||
TimeoutWarningMessage_t *tmpTimeout = &tmpPacket->GetMsg()->choice.timeoutWarningMessage;
|
||||
client->GetCallback().SignalNetClientShowTimeoutDialog((NetTimeoutReason)tmpTimeout->timeoutReason, tmpTimeout->remainingSeconds);
|
||||
} else if (tmpPacket->GetMsg()->present == PokerTHMessage_PR_afkWarningMessage) {
|
||||
AfkWarningMessage_t *tmpAfk = &tmpPacket->GetMsg()->choice.afkWarningMessage;
|
||||
client->GetCallback().SignalNetClientWarningAutoFoldInRankingGame(tmpAfk->remainingTimeouts);
|
||||
} else if (tmpPacket->GetMsg()->present == PokerTHMessage_PR_chatMessage) {
|
||||
// Chat message - display it in the GUI.
|
||||
ChatMessage_t *netMessage = &tmpPacket->GetMsg()->choice.chatMessage;
|
||||
|
||||
Reference in New Issue
Block a user