mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-05 13:02:44 +13:00
blah
This commit is contained in:
parent
29e5ab8093
commit
3ed0120b9b
1 changed files with 3 additions and 2 deletions
|
@ -88,8 +88,9 @@ namespace HISP.Server.Network
|
|||
{
|
||||
try
|
||||
{
|
||||
if (!base.checkForError(e))
|
||||
ProcessReceivedPackets(e.BytesTransferred, e.Buffer);
|
||||
if(base.checkForError(e)) return;
|
||||
ProcessReceivedPackets(e.BytesTransferred, e.Buffer);
|
||||
if (base.checkForError(e)) return;
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue