mirror of
https://github.com/Lawin0129/LawinServer.git
synced 2026-01-13 10:52:23 +01:00
ok
This commit is contained in:
@@ -16,6 +16,8 @@ wss.on("error", (err) => {
|
|||||||
global.Clients = [];
|
global.Clients = [];
|
||||||
|
|
||||||
wss.on('connection', async (ws) => {
|
wss.on('connection', async (ws) => {
|
||||||
|
ws.on('error', () => {});
|
||||||
|
|
||||||
if (ws.protocol.toLowerCase() != "xmpp") return matchmaker(ws);
|
if (ws.protocol.toLowerCase() != "xmpp") return matchmaker(ws);
|
||||||
|
|
||||||
var accountId = "";
|
var accountId = "";
|
||||||
|
|||||||
Reference in New Issue
Block a user