ZTzTopia / GTProxy

⚖️ A proxy for growtopia. NO SHADOW BAN!
MIT License
57 stars 38 forks source link

Redirecting issue #22

Closed koftrciali closed 1 year ago

koftrciali commented 1 year ago

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

ZTzTopia commented 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.

koftrciali commented 1 year ago

it sometimes froze in logining but world switching is fine

ZTzTopia commented 1 year ago

This commit https://github.com/ZTzTopia/GTProxy/commit/b523fee72b029970118c5d1d4d0f9491610e7bf7 should fix the redirecting issue.

koftrciali commented 1 year ago

yea surely this is asap