mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-29 14:13:45 -04:00
ups. Fixed a syntax error.
This commit is contained in:
parent
f514480087
commit
5b67cec4e0
@ -1212,7 +1212,7 @@ function parsePacket(buffer, isServer) {
|
|||||||
read = types[fieldInfo.type][0];
|
read = types[fieldInfo.type][0];
|
||||||
if (!read) {
|
if (!read) {
|
||||||
return {
|
return {
|
||||||
error: "missing reader for data type: " + fieldInfo.type;
|
error: "missing reader for data type: " + fieldInfo.type
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
readResults = read(buffer, size);
|
readResults = read(buffer, size);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user