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

Comment-out what appears to be a typo/copy-paste error

lord2.js line 3168: ReferenceError: bs is not defined
parent 06fda013
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -3165,7 +3165,7 @@ function mail_to(pl, quotes)
if (t !== -1) {
wrap = l.slice(t+1);
l = l.slice(0, t);
sw(bs.substr(0, wrap.length));
// sw(bs.substr(0, wrap.length));
sw(ws.substr(0, wrap.length));
}
ch = '\r';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment