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
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #306 passed
......@@ -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