Skip to content
Snippets Groups Projects
Commit 92e4dc84 authored by rswindell's avatar rswindell
Browse files

Bugfix: use correct variable name when text/menu/xtrn_sec.* exists.

parent 13d2476b
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ while(bbs.online) {
if(xtrn_area.sec_list.length > 1) {
if(file_exists(system.text_dir + "menu/xtrn_sec.*")) {
bbs.menu("xtrn_sec");
xsec=console.getnum(usrxsecs);
xsec=console.getnum(xtrn_area.sec_list.length);
if(xsec<=0)
break;
xsec--;
......
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