mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-27 21:24:25 -04:00
Fix benchmark
This commit is contained in:
parent
50f216cdaf
commit
c27a40cde2
@ -36,7 +36,7 @@ console.log('Finished write test in ' + (Date.now() - start) / 1000 + ' seconds'
|
||||
var testDataRead = [
|
||||
{id: 0x00, params: {keepAliveId: 957759560}},
|
||||
{id: 0x02, params: {message: '<Bob> Hello World!'}},
|
||||
{id: 0x08, params: {x: 6.5, y: 65.62, stance: 67.24, z: 7.5, yaw: 0, pitch: 0, onGround: true}},
|
||||
{id: 0x08, params: {x: 6.5, y: 65.62, z: 7.5, yaw: 0, pitch: 0, flags: 0}},
|
||||
];
|
||||
|
||||
client.isServer = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user