Commit 74221e0d authored by edo9300's avatar edo9300 Committed by GitHub

Fix cancel/finish button

parent 8e46ad33
......@@ -1494,6 +1494,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