From dbe1f7affe00421d4fc512ce2d08ff138e405280 Mon Sep 17 00:00:00 2001 From: nightfox <> Date: Thu, 11 Jun 2015 14:30:07 +0000 Subject: [PATCH] Fixed the msgReaderPath variable (which contains the default path to the reader).. oops. --- xtrn/DDMsgReader/Loadable module scripts/DDScanMsgs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtrn/DDMsgReader/Loadable module scripts/DDScanMsgs.js b/xtrn/DDMsgReader/Loadable module scripts/DDScanMsgs.js index e0e29ed27c..a07721ea6e 100644 --- a/xtrn/DDMsgReader/Loadable module scripts/DDScanMsgs.js +++ b/xtrn/DDMsgReader/Loadable module scripts/DDScanMsgs.js @@ -40,7 +40,7 @@ var searchText = argv[2]; // SYSOPS: Change the msgReaderPath variable if you put Digital Distortion // Message Reader in a different path -var msgReaderPath = "../xtrn/DigDist/MsgReader"; +var msgReaderPath = "../xtrn/DDMsgReader"; // The start of the command string to use with bbs.exec() -- GitLab