We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b59c0ad commit fdcd3bbCopy full SHA for fdcd3bb
src/game_interpreter.cpp
@@ -5464,7 +5464,7 @@ bool Game_Interpreter::CommandEasyRpgProcessJson(lcf::rpg::EventCommand const& c
5464
}
5465
std::string json_str = "[" + keys_str + "]";
5466
if (create_keys_obj) {
5467
- json_str = fmt::format(R"({ \"keys\": {} })", json_str);
+ json_str = "{ \"keys\": "+ json_str + " }";
5468
5469
set_var_value(target_var_type, target_var_id, json_str);
5470
break;
0 commit comments