/// <summary> /// Client Closed Connection (Closed Darkages.exe), Remove them. /// </summary> protected override void Format0BHandler(LoginClient client, ClientFormat0B format) { RemoveClient(client.Serial); }
protected virtual void Format0BHandler(TClient client, ClientFormat0B format) { }