From 426baef148bad2d70a0a83de726d0d0138c986ee Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Tue, 25 Aug 2015 23:21:19 +0200 Subject: [PATCH] fix tab list : you need to tell the player he exists apparently --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 0644dfe..f286705 100644 --- a/app.js +++ b/app.js @@ -125,7 +125,7 @@ server.on('login', function(client) { client.write('player_info', { action: 0, - data: otherClients + data: playersConnected .map(function(otherClient) { return { UUID: transformUuid(otherClient.uuid),