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

Fix C-restriction check. Thanks for the report Mortifis.

parent 952a773e
Branches
Tags
No related merge requests found
......@@ -18,7 +18,7 @@ var saved_node_action = bbs.node_action;
outer_loop:
while(bbs.online && !(console.aborted)) {
if(user.reststrictions&UFLAG_C) {
if(user.security.restrictions & UFLAG_C) {
console.print(bbs.text(R_SendMessages));
break;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment