Skip to content
Snippets Groups Projects
Commit 968e6d3a authored by Eric Oulashin's avatar Eric Oulashin
Browse files

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

parent 6acb885e
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)
Pipeline #4899 passed
......@@ -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