From 8d3c116a0b955b2a2f257e78573159b478033995 Mon Sep 17 00:00:00 2001 From: Abdussamed Date: Fri, 5 Apr 2024 10:28:07 +0300 Subject: [PATCH] Syntax error fixed --- Source/Client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Client.js b/Source/Client.js index ffcc095..15df447 100644 --- a/Source/Client.js +++ b/Source/Client.js @@ -135,7 +135,7 @@ Client.prototype.getSucureClients = function() for (const [id, client] of this.pairs) { - map.set(id, client) + pairs.set(id, client) } // Aynı odada bulunan kullanıcı