fix block update
This commit is contained in:
parent
6fd8b5d35c
commit
91e246cecc
2 changed files with 2 additions and 2 deletions
|
|
@ -332,7 +332,7 @@
|
|||
"blockrecords": [
|
||||
"array",
|
||||
{
|
||||
"countType":"i16",
|
||||
"countType":"i32",
|
||||
"type": [
|
||||
"container",
|
||||
[
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ var Parser = require('protodef').Parser;
|
|||
var parser = new Parser(mcpe.createProtocol(),'mcpe_packet');
|
||||
var serializer = mcpe.createSerializer();
|
||||
|
||||
parser.write(new Buffer('b2010000000000000000', 'hex'));
|
||||
parser.write(new Buffer('9F000000010000007E000000804800B0', 'hex'));
|
||||
|
||||
parser.on('error', function(err) {
|
||||
console.log(err.stack);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue