diff --git a/Docker.js b/Docker.js index 9f3ebd2..c156e24 100644 --- a/Docker.js +++ b/Docker.js @@ -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;