a few small changes to make the code better

This commit is contained in:
Romain Beaumont 2015-11-30 22:19:56 +01:00
parent f3a653ef1c
commit b2b53c9343
14 changed files with 40 additions and 47 deletions

View file

@ -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)) {