Commit 02453d35 authored by poixen's avatar poixen
Browse files

Merge pull request #3 from ctrlaltca/pr_1051

Add backward compatibility for new client on old servers
parents 5dfef621 2299fa1a
......@@ -527,6 +527,8 @@ void Player::playerListActionTriggered()
if (ok) {
cmd.set_zone_name("deck");
cmd.set_top_cards(number);
// backward compatibility: servers before #1051 only permits to reveal the first card
cmd.set_card_id(0);
}
} else if (menu == mRevealHand)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment