This commit is contained in:
extremeheat 2024-09-20 00:42:30 -04:00 committed by GitHub
commit 7b8d1e8a53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,4 @@
process.env.DEBUG = 'minecraft-protocol'
const { Server, Client } = require('../')
const { dumpPackets } = require('../tools/genPacketDumps')
const { ping } = require('../src/createClient')