mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-27 13:14:41 -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];
|
||||
if (!read) {
|
||||
return {
|
||||
error: "missing reader for data type: " + fieldInfo.type;
|
||||
error: "missing reader for data type: " + fieldInfo.type
|
||||
}
|
||||
}
|
||||
readResults = read(buffer, size);
|
||||
|
Loading…
x
Reference in New Issue
Block a user