mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-30 14:41:27 -04:00
Remove ustring test
This commit is contained in:
parent
3815201792
commit
7ecfec8c3b
@ -60,7 +60,6 @@ var values = {
|
|||||||
'byte': -10,
|
'byte': -10,
|
||||||
'ubyte': 8,
|
'ubyte': 8,
|
||||||
'string': "hi hi this is my client string",
|
'string': "hi hi this is my client string",
|
||||||
'ustring': "hi hi this is my server string",
|
|
||||||
'buffer': new Buffer(8),
|
'buffer': new Buffer(8),
|
||||||
'array': function(typeArgs) {
|
'array': function(typeArgs) {
|
||||||
if(typeof values[typeArgs.type] === "undefined") {
|
if(typeof values[typeArgs.type] === "undefined") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user