From 5175c2b45631814df0760e773e10e4a82dcab718 Mon Sep 17 00:00:00 2001 From: Abdussamed Date: Sun, 11 Feb 2024 23:32:44 +0300 Subject: [PATCH] Bug fix patch --- Source/Services/Session.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Services/Session.js b/Source/Services/Session.js index 294b155..4d59ea0 100644 --- a/Source/Services/Session.js +++ b/Source/Services/Session.js @@ -1,7 +1,7 @@ let {addService,addListener} = require("../WebSocket.js"); const Stdoutput = [ - ["notifyPairInfo", false], + ["notifyPairInfo", true], ["packrecaive", true], ["packsending", true], ["notifyRoomInfo", true]