mirror of
https://github.com/danbulant/flying-squid
synced 2026-07-06 03:31:10 +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', {
|
client.write('player_info', {
|
||||||
action: 0,
|
action: 0,
|
||||||
data: otherClients
|
data: playersConnected
|
||||||
.map(function(otherClient) {
|
.map(function(otherClient) {
|
||||||
return {
|
return {
|
||||||
UUID: transformUuid(otherClient.uuid),
|
UUID: transformUuid(otherClient.uuid),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue