Add Who's Online mod

This commit is contained in:
Bryan Ashby 2015-11-25 18:03:47 -07:00
parent e475bacdf8
commit 15cf37c55c
7 changed files with 22 additions and 6 deletions

View file

@ -11,7 +11,7 @@ var clientConnections = [];
exports.clientConnections = clientConnections;
function getActiveConnections() {
return clientConnections.length;
return clientConnections;
}
function addNewClient(client, clientSock) {