rename hostname to host (#74)
This commit is contained in:
parent
7c6439b301
commit
39659cf48b
23 changed files with 62 additions and 64 deletions
|
|
@ -1,6 +1,6 @@
|
|||
const { createClient } = require('bedrock-protocol')
|
||||
|
||||
const client = createClient({ hostname: '127.0.0.1' })
|
||||
const client = createClient({ host: '127.0.0.1' })
|
||||
|
||||
let ix = 0
|
||||
client.on('packet', (args) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue