Update GameClient.cs

This commit is contained in:
ALEXTANG
2023-06-05 14:49:26 +08:00
parent c568c62404
commit 2684bd29f5

View File

@@ -233,7 +233,6 @@ namespace GameLogic
}
var sendRet = _channel.Send(reqPkg);
return sendRet;
return true;
}
private bool IsIgnoreLog(uint msgId)