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

Use the new (to v3.20) method of checking for login-by-usernumber support

The old NM_NO_NUM flag is unused/deprecated.
parent 0b2dc3d9
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -37,7 +37,7 @@ for(var c=0; c < options.login_prompts; c++) {
const legacy_login_prompt = "NN: \x01[";
const legacy_password_prompt = "PW: \x01[";
var str = "\1n\1h\1cEnter \1wUser Name";
if(!(bbs.node_settings&NM_NO_NUM))
if(system.login_settings & LOGIN_USERNUM)
str += "\1c or \1wNumber";
if(!(system.settings&SYS_CLOSED))
str += "\1c or '\1yNew\1c'";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment