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
examples/server_helloworld

View file

@ -1,7 +1,7 @@
var mc = require('minecraft-protocol');
var options = {
'online-mode': true,
'online-mode': true
};
var server = mc.createServer(options);