Skip to content
Snippets Groups Projects
Commit 207ccada authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

js.terminated does not get set when the user disconnects

Also check bbs.online for sbbs input.
parent 584efab3
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -4,7 +4,7 @@ if (typeof(system) !== 'undefined')
load('ansi_input.js', argv[0]);
var k;
while(!js.terminated) {
while(bbs.online && !js.terminated) {
if (parent_queue.poll(0))
break;
if (parent_queue.orphan)
......
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