Skip to content

Commit

Permalink
Update to xOBSE locations
Browse files Browse the repository at this point in the history
  • Loading branch information
llde committed Aug 10, 2022
1 parent 7300742 commit 3708b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion obse/loader_common/EXEChecksum.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit 3708b25

Please sign in to comment.