[STYLING] Adjusted formatting for options
This commit is contained in:
parent
b45bfed63c
commit
2da6278ae7
12 changed files with 443 additions and 128 deletions
|
@ -18,7 +18,7 @@ async function rconSend(socket, m) {
|
|||
|
||||
const socketConnect = async (io, socket) => {
|
||||
VERB("WS", "Websocket connecting");
|
||||
socket.mcs = { serverName: socket.handshake.query.serverName };
|
||||
socket.mcs = { serverId: socket.handshake.query.serverId };
|
||||
try {
|
||||
await webConsoleLogs(socket);
|
||||
await webConsoleRcon(socket);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue