Closed koftrciali closed 1 year ago
oh yeah, thanks I think it's because my internet is so bad I have to reconnect every time I can't connect to the server. I will fix asap.
it sometimes froze in logining but world switching is fine
This commit https://github.com/ZTzTopia/GTProxy/commit/b523fee72b029970118c5d1d4d0f9491610e7bf7 should fix the redirecting issue.
yea surely this is asap
When Redirecting the growtopia client sends: PACKET_DISCONNECT if proxy dont disconnects sometimes redirecting will not work to fix it: if (game_update_packet->type == player::PACKET_DISCONNECT and m_client->is_redirecting()) { m_peer->disconnect_now();
} but it sometimes growtopia client says: Disconnted trying reconnect... i dont know why