mirror of
https://github.com/karl0ss/orvibo-b25-server-kex.git
synced 2025-04-29 12:53:40 +01:00
plugArray Fix
This commit is contained in:
parent
c58013a83c
commit
7b31d26535
@ -22,9 +22,9 @@ const createArray = str => {
|
||||
const settings = {
|
||||
LOG_PACKET: true, //Show incoming packet data from the socket
|
||||
ORVIBO_KEY: process.env.orviboPK,
|
||||
plugInfo : [
|
||||
plugInfo :
|
||||
createArray(process.env.plugArray)
|
||||
],
|
||||
,
|
||||
};
|
||||
let orvibo = new Orvibo(settings);
|
||||
// When a socket first connects and initiates the handshake it will emit the connected event with the uid of the socket;
|
||||
|
Loading…
x
Reference in New Issue
Block a user