Commit 7fd5f56b authored by edo9300's avatar edo9300

fix

parent 8bc91334
...@@ -223,6 +223,7 @@ bool ClientField::OnEvent(const irr::SEvent& event) { ...@@ -223,6 +223,7 @@ bool ClientField::OnEvent(const irr::SEvent& event) {
mainGame->HideElement(mainGame->wCardSelect, true); mainGame->HideElement(mainGame->wCardSelect, true);
else else
DuelClient::SendResponse(); DuelClient::SendResponse();
break;
} }
case MSG_SELECT_TRIBUTE: { case MSG_SELECT_TRIBUTE: {
if (selected_cards.size() == 0) { if (selected_cards.size() == 0) {
......
Markdown is supported
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