Commit bb51fb76 authored by nanahira's avatar nanahira Committed by GitHub

wrong place

parent 31e7e3a8
......@@ -1796,6 +1796,8 @@ bool ClientField::OnCommonEvent(const irr::SEvent& event) {
}
case CHECKBOX_MULTI_KEYWORDS: {
mainGame->gameConf.search_multiple_keywords = mainGame->chkMultiKeywords->isChecked() ? 1 : 0;
if(mainGame->is_building && !mainGame->is_siding)
mainGame->deckBuilder.InstantSearch();
return true;
break;
}
......
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