1
0
mirror of https://github.com/karl0ss/orvibo-b25-server-kex.git synced 2025-05-12 17:58:12 +01:00

plugArray Fix

This commit is contained in:
karl0ss 2019-07-14 16:12:26 +01:00
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;