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 4beeaff commit 47f7fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/internal.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ async function startTest (version = CURRENT_VERSION, ok) {
client.write('network_settings', { compression_threshold: 1 })
// Send some inventory slots
for (let i = 0; i < 3; i++) {
client.queue('inventory_slot', { window_id: 'armor', slot: 0, item: new Item().toBedrock() })
// client.queue('inventory_slot', { window_id: 'armor', slot: 0, item: new Item().toBedrock() })
}

// client.queue('inventory_transaction', get('packets/inventory_transaction.json'))
Expand Down

0 comments on commit 47f7fb9

Please sign in to comment.