From 7b31d26535bb55c70429470b15591bbe8ac4f65a Mon Sep 17 00:00:00 2001 From: karl0ss Date: Sun, 14 Jul 2019 16:12:26 +0100 Subject: [PATCH] plugArray Fix --- Docker.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;