mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2025-06-27 05:20:24 -04:00
a few small changes to make the code better
This commit is contained in:
parent
f3a653ef1c
commit
b2b53c9343
14 changed files with 40 additions and 47 deletions
src
|
@ -1,4 +1,4 @@
|
|||
var util = require('util')
|
||||
var util = require('util');
|
||||
|
||||
var debug;
|
||||
if(process.env.NODE_DEBUG && /(minecraft-protocol|mc-proto)/.test(process.env.NODE_DEBUG)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue