We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca5af63 commit 74aea5aCopy full SHA for 74aea5a
1 file changed
src/client/play.js
@@ -53,7 +53,7 @@ module.exports = function (client, options) {
53
client.write('configuration_acknowledged', {})
54
}
55
client.state = states.CONFIGURATION
56
- client.on('select_known_packs', () => {
+ client.once('select_known_packs', () => {
57
client.write('select_known_packs', { packs: [] })
58
})
59
// Server should send finish_configuration on its own right after sending the client a dimension codec
0 commit comments