mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-14 19:04:59 -05:00
0x03: server chat packet test fixed
This commit is contained in:
parent
6a530522a6
commit
bdc703a3f0
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue