Skip to content

Commit

Permalink
Teach me how to name
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex committed Sep 9, 2015
1 parent 1247b77 commit f64eca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server.js
Expand Up @@ -31,8 +31,8 @@ function activeUsers() {
if (sock && sock.readyState == 1){
userCount++;
if (sock.meta.offline) continue;
if (sock.meta.afk) username += " (afk)";
else if (sock.meta.wantpvp) username += "\xb6";
if (sock.meta.afk) name += " (afk)";
else if (sock.meta.wantpvp) name += "\xb6";
activeusers.push(name);
}
}
Expand Down

0 comments on commit f64eca4

Please sign in to comment.