Skip to content
Snippets Groups Projects
Commit f7f41d85 authored by Eric Oulashin's avatar Eric Oulashin Committed by Rob Swindell
Browse files

DD Msg Reader: Fixed typo (console.putmst -> console.putmsg)

parent d1dfc9c1
No related branches found
No related tags found
2 merge requests!463MRC mods by Codefenix (2024-10-20),!232DD Msg Reader: Fixed typo (console.putmst -> console.putmsg)
......@@ -1753,7 +1753,7 @@ function DigDistMsgReader_SearchMessages(pSearchModeStr, pSubBoardCode, pScanSco
{
var formattedText = format(this.text.searchingSubBoardAbovePromptText, subBoardGrpAndName(bbs.cursub_code));
//console.print("\x01n" + replaceAtCodesInStr(formattedText) + "\x01n");
console.putmst("\x01n" + formattedText + "\x01n");
console.putmsg("\x01n" + formattedText + "\x01n");
}
console.crlf();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment