Skip to content

Commit

Permalink
enable validation
Browse files Browse the repository at this point in the history
  • Loading branch information
extremeheat committed Dec 26, 2023
1 parent bcff71f commit f302f90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/client/pluginChannels.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ const nbt = require('prismarine-nbt')
module.exports = function (client, options) {
const mcdata = require('minecraft-data')(options.version || require('../version').defaultVersion)
const channels = []
options.validateChannelProtocol = false // TODO: fix
const proto = new ProtoDef(options.validateChannelProtocol ?? true)
nbt.addTypesToInterpreter('big', proto)
proto.addTypes(mcdata.protocol.types)
Expand Down

0 comments on commit f302f90

Please sign in to comment.