generated from PrismarineJS/prismarine-template
-
Notifications
You must be signed in to change notification settings - Fork 243
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Please see PrismarineJS/flying-squid#591
There seems to be an issue with the playerlist_overlay.js file in prismarine-web-client when connecting to a flying squid server, in that https://github.com/PrismarineJS/prismarine-web-client/blob/master/lib/menus/components/playerlist_overlay.js#L106 is called too early.
connecting to 127.0.0.1 20565 with kf106
index.js:220 bot spawned - starting viewer
index.js:226 6
viewer.js:34 Using version: 1.16.1
index.js:393 Done!
playerlist_overlay.js:106 Uncaught TypeError: Cannot read properties of undefined (reading 'uuid')
at PlayerListOverlay.init (playerlist_overlay.js:106:1)
at Hud.init (hud.js:215:1)
at EventEmitter.<anonymous> (index.js:395:1)
at Object.onceWrapper (events.js:242:1)
at EventEmitter.emit (events.js:158:1)
at Client.<anonymous> (health.js:13:1)
at Object.onceWrapper (events.js:243:1)
at Client.emit (events.js:158:1)
at FullPacketParser.<anonymous> (client.js:91:1)
at FullPacketParser.emit (events.js:153:1)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working