Skip to content

Commit

Permalink
Fix logger directory so it isn't 1130 exclusive
Browse files Browse the repository at this point in the history
  • Loading branch information
powerof3 committed Dec 16, 2023
1 parent 74c406e commit aec5f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SKSE/Logger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ namespace SKSE

std::filesystem::path path = knownPath.get();
path /= "My Games"sv;
path /= *REL::Relocation<const char**>(RELOCATION_ID(508778, 502114)).get();
path /= std::filesystem::exists("steam_api64.dll") ? "Skyrim Special Edition" : "Skyrim Special Edition GOG";
path /= "SKSE"sv;

return path;
Expand Down

0 comments on commit aec5f9b

Please sign in to comment.