fix internal test packet path
This commit is contained in:
parent
3369fc2790
commit
47c76ee597
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ async function startTest (version = '1.16.210', ok) {
|
|||
// client.queue('set_entity_data', get('packets/set_entity_data.json'))
|
||||
|
||||
client.queue('game_rules_changed', get('packets/game_rules_changed.json'))
|
||||
client.queue('respawn', get('packets/game_rules_changed.json'))
|
||||
client.queue('respawn', get('packets/respawn.json'))
|
||||
|
||||
for (const chunk of chunks) {
|
||||
client.queue('level_chunk', chunk)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue