Mirror von
https://github.com/karl0ss/orvibo-b25-server-kex.git
synchronisiert 2025-07-18 23:05:02 +01:00
plugArray Fix
Dieser Commit ist enthalten in:
Ursprung
c58013a83c
Commit
7b31d26535
@ -22,9 +22,9 @@ const createArray = str => {
|
|||||||
const settings = {
|
const settings = {
|
||||||
LOG_PACKET: true, //Show incoming packet data from the socket
|
LOG_PACKET: true, //Show incoming packet data from the socket
|
||||||
ORVIBO_KEY: process.env.orviboPK,
|
ORVIBO_KEY: process.env.orviboPK,
|
||||||
plugInfo : [
|
plugInfo :
|
||||||
createArray(process.env.plugArray)
|
createArray(process.env.plugArray)
|
||||||
],
|
,
|
||||||
};
|
};
|
||||||
let orvibo = new Orvibo(settings);
|
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;
|
// When a socket first connects and initiates the handshake it will emit the connected event with the uid of the socket;
|
||||||
|
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren