Skip to content

Commit

Permalink
Update internal.js
Browse files Browse the repository at this point in the history
  • Loading branch information
extremeheat committed Sep 20, 2024
1 parent 8460ac3 commit a1bbef3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/internal.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,7 @@ async function startTest (version = CURRENT_VERSION, ok) {
resource_pack_links: []
})

console.log('Sent resource_packs_info')

client.once('resource_pack_client_response', async rp => {
console.log('Server recv resource_pack_client_response')
// Tell the server we will compress everything (>=1 byte)
client.write('network_settings', { compression_threshold: 1 })
// Send some inventory slots
Expand Down Expand Up @@ -128,14 +125,12 @@ async function startTest (version = CURRENT_VERSION, ok) {
console.log('Started client')

client.once('resource_packs_info', (packet) => {
console.log('client recieve resource_packs_info', packet)
client.write('resource_pack_client_response', {
response_status: 'completed',
resourcepackids: []
})

client.once('resource_pack_stack', (stack) => {
console.log('client recieve resource_pack_stack')
client.write('resource_pack_client_response', {
response_status: 'completed',
resourcepackids: []
Expand Down

0 comments on commit a1bbef3

Please sign in to comment.