From 97d7e74b895ec45971b14c61eca47e7cd2bbb890 Mon Sep 17 00:00:00 2001 From: Niels Groot Obbink Date: Sat, 8 Sep 2012 13:08:17 +0200 Subject: [PATCH] also fix the overview # of viewers --- lsp/functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lsp/functions.js b/lsp/functions.js index 8c3bb060..d6949bb6 100644 --- a/lsp/functions.js +++ b/lsp/functions.js @@ -254,7 +254,7 @@ { numtotstr++; - if(data.streams[svr].online && data.streams[svr].online == 1) + if(data.streams[svr].online && data.streams[svr].online != 0 ) { numstr++; }