mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-30 14:41:27 -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,
|
||||
'byte': -10,
|
||||
'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),
|
||||
'bool': true,
|
||||
'double': 99999.2222,
|
||||
|
Loading…
x
Reference in New Issue
Block a user