mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-10-04 16:40:25 -04:00
0x03: server chat packet test fixed
This commit is contained in:
parent
6a530522a6
commit
bdc703a3f0
@ -51,7 +51,8 @@ var values = {
|
|||||||
'ushort': 123,
|
'ushort': 123,
|
||||||
'byte': -10,
|
'byte': -10,
|
||||||
'ubyte': 8,
|
'ubyte': 8,
|
||||||
'string': "hi hi this is my string",
|
'string': "hi hi this is my client string",
|
||||||
|
'ustring': "hi hi this is my server string",
|
||||||
'byteArray16': new Buffer(8),
|
'byteArray16': new Buffer(8),
|
||||||
'bool': true,
|
'bool': true,
|
||||||
'double': 99999.2222,
|
'double': 99999.2222,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user