Commit dffe6a27 authored by edo9300's avatar edo9300

Merge branch 'master' of https://github.com/edo9300/ygopro

parents 25b67c79 73eb7455
......@@ -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