From e006d1a61078343449dfaf5171ff876c4d3b3fd8 Mon Sep 17 00:00:00 2001 From: pentarctagon Date: Sat, 15 Mar 2025 10:20:29 -0500 Subject: [PATCH] whoops --- src/persist_context.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/persist_context.cpp b/src/persist_context.cpp index b4ead883e30..25d2b08dfa1 100644 --- a/src/persist_context.cpp +++ b/src/persist_context.cpp @@ -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()