Skip to content

Commit 5bb658b

Browse files
authored
tweak: update addlib mod name (#714)
1 parent ab18db9 commit 5bb658b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Code/client/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ static void ShowAddressLibraryError(const wchar_t* apGamePath)
1616
#if TP_SKYRIM64
1717
auto errorDetail = fmt::format(L"Looking for it here: {}\\Data\\SKSE\\Plugins", apGamePath);
1818

19-
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());
19+
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());
2020
#elif TP_FALLOUT4
2121
auto errorDetail = fmt::format(L"Looking for it here: {}\\Data\\F4SE\\Plugins", apGamePath);
2222

0 commit comments

Comments
 (0)