Skip to content

Commit 1bb0bc2

Browse files
committed
update config file path
1 parent b7da89d commit 1bb0bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Settings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Settings* Settings::GetSingleton()
5454

5555
void Settings::LoadSettings()
5656
{
57-
constexpr auto path = L"Data/SKSE/Plugins/po3_EquipmentToggle.json";
57+
constexpr auto path = L"Data/EquipmentToggle/Config.json";
5858

5959
std::ifstream ifs(path);
6060
if (ifs.is_open()) {

0 commit comments

Comments
 (0)