From 2684bd29f5c3dcd4a4289851ac0e6088b6b11f6e Mon Sep 17 00:00:00 2001 From: ALEXTANG <574809918@qq.com> Date: Mon, 5 Jun 2023 14:49:26 +0800 Subject: [PATCH] Update GameClient.cs --- Assets/GameScripts/HotFix/GameLogic/Network/GameClient.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Assets/GameScripts/HotFix/GameLogic/Network/GameClient.cs b/Assets/GameScripts/HotFix/GameLogic/Network/GameClient.cs index 6e53992e..2f6e36c9 100644 --- a/Assets/GameScripts/HotFix/GameLogic/Network/GameClient.cs +++ b/Assets/GameScripts/HotFix/GameLogic/Network/GameClient.cs @@ -233,7 +233,6 @@ namespace GameLogic } var sendRet = _channel.Send(reqPkg); return sendRet; - return true; } private bool IsIgnoreLog(uint msgId)