mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Linkshell inviting completed.
This commit is contained in:
@@ -77,7 +77,12 @@ namespace FFXIVClassic_World_Server.DataObjects
|
||||
}
|
||||
catch (Exception e)
|
||||
{ Program.Log.Error("Weird case, socket was d/ced: {0}", e); }
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
if (Connect())
|
||||
SendPacket(subpacket);
|
||||
}
|
||||
}
|
||||
|
||||
private void ReceiveCallback(IAsyncResult result)
|
||||
|
Reference in New Issue
Block a user