1
0
mirror of https://github.com/wesnoth/wesnoth synced 2025-04-24 16:36:03 +00:00
This commit is contained in:
pentarctagon 2025-03-15 10:20:29 -05:00
parent cf912805f0
commit e006d1a610

@ -28,7 +28,7 @@ config pack_scalar(const std::string &name, const t_string &val)
}
static std::string get_persist_cfg_name(const std::string &name_space) {
return (filesystem::get_dir(filesystem::get_wml_persist_dir() + "/persist/") + name_space + filesystem::wml_extension);
return (filesystem::get_dir(filesystem::get_wml_persist_dir()) + name_space + filesystem::wml_extension);
}
void persist_file_context::load()