Skip to content

Commit 319788a

Browse files
authored
Update minecraft.js
1 parent 648ae1d commit 319788a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/datatypes/minecraft.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ function sizeOfTopBitSetTerminatedArray (value, { type }) {
183183
}
184184

185185
//
186-
const { getField, getCount, sendCount, calcCount, tryDoc } = require('node-protodef/src/utils')
186+
const { getField, getCount, sendCount, calcCount, tryDoc } = require('protodef/src/utils')
187187

188188
function readArrayWithLengthOffset (buffer, offset, typeArgs, rootNode) {
189189
const results = {

0 commit comments

Comments
 (0)