Add Who's Online mod
This commit is contained in:
@@ -11,7 +11,7 @@ var clientConnections = [];
|
||||
exports.clientConnections = clientConnections;
|
||||
|
||||
function getActiveConnections() {
|
||||
return clientConnections.length;
|
||||
return clientConnections;
|
||||
}
|
||||
|
||||
function addNewClient(client, clientSock) {
|
||||
|
||||
Reference in New Issue
Block a user