Commit 73eb7455 authored by edo9300's avatar edo9300 Committed by GitHub

Fixed cancel/finish button in selectunselect

parent f0ad6de9
......@@ -1528,6 +1528,7 @@ bool ClientField::OnEvent(const irr::SEvent& event) {
}
selected_cards.push_back(clicked_card);
if (selected_cards.size() > 0) {
ShowCancelOrFinishButton(0);
SetResponseSelectedCards();
DuelClient::SendResponse();
}
......
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