mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-14 19:04:59 -05:00
Update encrypt.js
This commit is contained in:
parent
7eeee9baba
commit
ed73a6f1a2
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
'use strict'
|
||||
|
||||
const crypto = require('crypto')
|
||||
const yggserver = require('@waff/yggdrasil').server({})
|
||||
const yggserver = require('yggdrasil').server({})
|
||||
const debug = require('debug')('minecraft-protocol')
|
||||
|
||||
module.exports = function (client, options) {
|
||||
|
|
Loading…
Reference in a new issue