From 340edcfbcab81ad7b2fac03cb724fb4d947d0d1d Mon Sep 17 00:00:00 2001 From: Tannin Date: Sat, 7 Dec 2013 17:13:36 +0100 Subject: - returned to default branch - nexus interface will now use the nmm url - nmm importer no longer cancels on a missing non-essential flag --- src/shared/fallout3info.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/shared/fallout3info.cpp') diff --git a/src/shared/fallout3info.cpp b/src/shared/fallout3info.cpp index 864a67be..cc90d6fa 100644 --- a/src/shared/fallout3info.cpp +++ b/src/shared/fallout3info.cpp @@ -155,13 +155,13 @@ std::wstring Fallout3Info::getSEName() std::wstring Fallout3Info::getNexusPage() { - return L"http://www.nexusmods.com/fallout3"; + return L"http://nmm.nexusmods.com/fallout3"; } std::wstring Fallout3Info::getNexusInfoUrlStatic() { - return L"http://www.nexusmods.com/fallout3"; + return L"http://nmm.nexusmods.com/fallout3"; } -- cgit v1.3.1