Skip to content

Commit

Permalink
tweak: update addlib mod name (#714)
Browse files Browse the repository at this point in the history
  • Loading branch information
ToeKneeRED authored Sep 14, 2024
1 parent ab18db9 commit 5bb658b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/client/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ static void ShowAddressLibraryError(const wchar_t* apGamePath)
#if TP_SKYRIM64
auto errorDetail = fmt::format(L"Looking for it here: {}\\Data\\SKSE\\Plugins", apGamePath);

Base::TaskDialog dia(g_SharedWindowIcon, L"Error", L"Failed to load Skyrim Address Library", L"Make sure to use the All in one (Anniversary Edition) even if you don't have the Anniversary Edition upgrade", errorDetail.c_str());
Base::TaskDialog dia(g_SharedWindowIcon, L"Error", L"Failed to load Skyrim Address Library", L"Make sure to use \"All in one (1.6.X)\"", errorDetail.c_str());
#elif TP_FALLOUT4
auto errorDetail = fmt::format(L"Looking for it here: {}\\Data\\F4SE\\Plugins", apGamePath);

Expand Down

0 comments on commit 5bb658b

Please sign in to comment.