From 98a84f3aa735f31b08e807c8a4f0549742cbd1b0 Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Tue, 16 May 2023 22:17:15 +0200 Subject: Updated 8 files (automated) --- includes/external/pair/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/external/pair') diff --git a/includes/external/pair/index.js b/includes/external/pair/index.js index af7c3e4..f933232 100644 --- a/includes/external/pair/index.js +++ b/includes/external/pair/index.js @@ -90,7 +90,7 @@ wss.on('connection', (ws, req) => { } else { clients[ws.code] = { socket: ws, - name: (typeof data.name === "string" && data.name.length > 2 && data.name.length < 50) ? data.name : "" + name: (typeof data.name === "string" && data.name.length > 2 && data.name.length < 100) ? data.name : "" } ws.send(JSON.stringify({ -- cgit