Commit 05d362b4 authored by mercury233's avatar mercury233

fix

parent 27e43abb
...@@ -394,6 +394,7 @@ bool ClientField::OnEvent(const irr::SEvent& event) { ...@@ -394,6 +394,7 @@ bool ClientField::OnEvent(const irr::SEvent& event) {
} else { } else {
command_card = clicked_card; command_card = clicked_card;
ShowSelectOption(); ShowSelectOption();
select_ready = false;
ShowCancelOrFinishButton(1); ShowCancelOrFinishButton(1);
} }
} else { } else {
......
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