Skip to content
Snippets Groups Projects
Commit 7594ac55 authored by deuce's avatar deuce
Browse files

Fix logic in non-expert menu display.

parent dc796f4e
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ while(1) {
var str="";
// Display TEXT\MENU\CHAT.* if not in expert mode
if(!user.settings & USER_EXPERT) {
if(!(user.settings & USER_EXPERT)) {
bbs.menu("chat");
}
......
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