mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2025-07-25 13:18:50 -04:00
use require-self to be able to use require('minecraft-protocol') in examples
This commit is contained in:
parent
fabff6d8ab
commit
57d9c05941
6 changed files with 10 additions and 9 deletions
examples/server_helloworld
|
@ -1,4 +1,4 @@
|
|||
var mc = require('../../');
|
||||
var mc = require('minecraft-protocol');
|
||||
|
||||
var options = {
|
||||
'online-mode': true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue