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)