allow trap cards to be customized

This commit is contained in:
Martin Michelsen
2023-10-12 17:55:37 -07:00
parent 4e29f22655
commit 1d8c78166d
10 changed files with 159 additions and 107 deletions
+1 -1
View File
@@ -296,7 +296,7 @@ Proxy session commands:\n\
} else if (type == "config") {
auto config_json = this->state->load_config();
this->state->parse_config(config_json, true);
this->state->resolve_ep3_card_auction_pool();
this->state->resolve_ep3_card_names();
} else {
throw invalid_argument("incorrect data type");
}