From eeee824b206c72db68dc73c8e95f2d40a6475231 Mon Sep 17 00:00:00 2001 From: Abdussamed Date: Fri, 5 Apr 2024 10:30:39 +0300 Subject: [PATCH] Syntax error fixed --- Source/Client.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Client.js b/Source/Client.js index 15df447..9b3fe76 100644 --- a/Source/Client.js +++ b/Source/Client.js @@ -133,9 +133,9 @@ Client.prototype.getSucureClients = function() let pairs = new Map(); let roompairs = new Map(); - for (const [id, client] of this.pairs) + for (const id of this.pairs) { - pairs.set(id, client) + pairs.set(id, Client.clients.get(id)) } // Aynı odada bulunan kullanıcı