Skip to content

Fix player freeze after /freemium with proxy auto-login#3105

Open
lokspel wants to merge 1 commit into
AuthMe:masterfrom
lokspel:master
Open

Fix player freeze after /freemium with proxy auto-login#3105
lokspel wants to merge 1 commit into
AuthMe:masterfrom
lokspel:master

Conversation

@lokspel

@lokspel lokspel commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Bug

Player does /freemium, rejoins — can't move. Rejoins again — works fine,
dialog or session message appears.

Why

After /freemium the backend tells the proxy "this player is no longer premium".
If the player rejoins before the proxy gets that message, the proxy still
sends an auto-login request with the old premium UUID. The backend rejects
it (correctly), but then the code just returned — no login, no limbo,
no dialog, player frozen.

Fix

When the proxy auto-login request is rejected, don't return early —
continue to session check and limbo/dialog like nothing happened

Showcase of Bug

Rejoining after the freemium.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant