fix tab list : you need to tell the player he exists apparently

This commit is contained in:
Romain Beaumont 2015-08-25 23:21:19 +02:00
parent 62d97858d5
commit 426baef148

2
app.js
View file

@ -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),