Skip to content

Commit

Permalink
Add links field to server resource_packs_info
Browse files Browse the repository at this point in the history
  • Loading branch information
extremeheat authored Sep 20, 2023
1 parent 8f3b6c5 commit f92db61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion examples/server/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ async function startServer (version = '1.17.10', ok) {
must_accept: false,
has_scripts: false,
behaviour_packs: [],
texture_packs: []
texture_packs: [],
resource_pack_links: []
})

// ResourcePackStack is sent by the server to send the order in which resource packs and behaviour packs
Expand Down
3 changes: 2 additions & 1 deletion test/internal.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ async function startTest (version = CURRENT_VERSION, ok) {
must_accept: false,
has_scripts: false,
behaviour_packs: [],
texture_packs: []
texture_packs: [],
resource_pack_links: []
})

client.once('resource_pack_client_response', async rp => {
Expand Down

0 comments on commit f92db61

Please sign in to comment.