Skip to content
Snippets Groups Projects
Commit 50d9d78b authored by rswindell's avatar rswindell
Browse files

Doesn't check bbs.sys_status, if bbs not defined (e.g. running from jsexec).

parent 746eb24c
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,6 @@ for(i=1;i<=lastuser;i++) {
,u.location
,u.connection
);
if(bbs.sys_status&SS_ABORT)
if(this.bbs!=undefined && bbs.sys_status&SS_ABORT)
break;
}
\ No newline at end of file
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