Skip to content
Snippets Groups Projects
Commit 778b2749 authored by deuce's avatar deuce
Browse files

Fix dong counter.

parent 16c14a34
Branches
Tags
No related merge requests found
......@@ -201,7 +201,7 @@ function ConcensusObject(host, port, scope)
u.number=i;
if(u.settings&USER_DELETED)
continue;
if(user.security.flags1 & UFLAG_D)
if(u.security.flags1 & UFLAG_D)
this.dongcount++;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment