[STYLING] Adjusted formatting for options

This commit is contained in:
Dunemask 2023-12-22 21:10:06 -07:00
parent b45bfed63c
commit 2da6278ae7
12 changed files with 443 additions and 128 deletions

View file

@ -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);