mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2025-07-17 17:32:17 -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
examples/server_helloworld
|
@ -1,7 +1,7 @@
|
|||
var mc = require('minecraft-protocol');
|
||||
|
||||
var options = {
|
||||
'online-mode': true,
|
||||
'online-mode': true
|
||||
};
|
||||
|
||||
var server = mc.createServer(options);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue