Skip to content
Snippets Groups Projects
Commit eb33734a authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Merge branch 'ddmr_cfg_version_187' into 'master'

ddmr_cfg.js: Fixed the version number to match the current version of DDMsgReader (1.87)

See merge request !366
parents 6acb885e 968e6d3a
No related branches found
No related tags found
2 merge requests!463MRC mods by Codefenix (2024-10-20),!366ddmr_cfg.js: Fixed the version number to match the current version of DDMsgReader (1.87)
......@@ -5,7 +5,7 @@
// If you have DDMsgReader in a directory other than xtrn/DDMsgReader, then the changes to
// DDMsgReader.cfg will be saved in that directory (assuming you're running ddmr_cfg.js from
// that same directory).
// Currently for DDMsgReader 1.85.
// Currently for DDMsgReader 1.87.
//
// If you're running DDMsgReader from xtrn/DDMsgReader (the standard location) and you want
// to save the configuration file there (rather than sbbs/mods), you can use one of the
......@@ -18,7 +18,7 @@ require("sbbsdefs.js", "P_NONE");
require("uifcdefs.js", "UIFC_INMSG");
if (!uifc.init("DigDist. Message Reader 1.85 Configurator"))
if (!uifc.init("DigDist. Message Reader 1.87 Configurator"))
{
print("Failed to initialize uifc");
exit(1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment