mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-17 21:41:06 +00:00
fix tab list : you need to tell the player he exists apparently
This commit is contained in:
parent
62d97858d5
commit
426baef148
1 changed files with 1 additions and 1 deletions
2
app.js
2
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),
|
||||
|
|
|
|||
Loading…
Reference in a new issue