From 3708b25d453b7eb2818b66bcc75509c3f280eb3a Mon Sep 17 00:00:00 2001 From: llde Date: Wed, 10 Aug 2022 17:55:24 +0200 Subject: [PATCH] Update to xOBSE locations --- obse/loader_common/EXEChecksum.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obse/loader_common/EXEChecksum.cpp b/obse/loader_common/EXEChecksum.cpp index 715f13e..804d48f 100644 --- a/obse/loader_common/EXEChecksum.cpp +++ b/obse/loader_common/EXEChecksum.cpp @@ -296,7 +296,7 @@ bool TestChecksum(const char * procName, std::string * dllSuffix, ProcHookInfo * break; default: // unknown checksum - PrintError("You have an unknown version of Oblivion. Please check http://obse.silverlock.org to make sure you're using the latest version of OBSE, then send an email to the contact addresses listed in obse_readme.txt if this version is not supported in the latest release. (CRC = %08X)", crc); + PrintError("You have an unknown version of Oblivion. Please check https://github.com/llde/xOBSE/releases to make sure you're using the latest version of OBSE, then open a github issue if this version is not supported in the latest release. (CRC = %08X)", crc); break; } }