fix block update

This commit is contained in:
mhsjlw 2016-05-23 06:44:04 -04:00
commit 91e246cecc
2 changed files with 2 additions and 2 deletions

View file

@ -332,7 +332,7 @@
"blockrecords": [
"array",
{
"countType":"i16",
"countType":"i32",
"type": [
"container",
[

View file

@ -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);