mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2025-05-10 05:10:27 -04:00
bugfix: debug undefined in inde.js
This commit is contained in:
parent
ab0237e5e6
commit
cf6fae5302
1 changed files with 1 additions and 0 deletions
1
index.js
1
index.js
|
@ -8,6 +8,7 @@ var EventEmitter = require('events').EventEmitter
|
|||
, protocol = require('./lib/protocol')
|
||||
, Client = require('./lib/client')
|
||||
, Server = require('./lib/server')
|
||||
, debug = protocol.debug
|
||||
|
||||
module.exports = {
|
||||
createClient: createClient,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue