Skip to content
Snippets Groups Projects
Commit 805ae4be authored by rswindell's avatar rswindell
Browse files

Resolving error when creating a new user via RLogin connection and the

ctrl/modopts.ini has no [newuser] section:
newuser.js line 15: TypeError: options is undefined
parent 70587641
Branches
Tags
No related merge requests found
......@@ -11,7 +11,7 @@ options=load("modopts.js","newuser");
qnet=false;
if(bbs.sys_status&SS_RLOGIN)
if(options && (bbs.sys_status&SS_RLOGIN))
options.ask_qnet=false;
console.clear();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment