Skip to content

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

Closed
lokspel wants to merge 2 commits into
AuthMe:masterfrom
lokspel:master
Closed

Fix player freeze after /freemium with proxy auto-login#3101
lokspel wants to merge 2 commits into
AuthMe:masterfrom
lokspel:master

Conversation

@lokspel

@lokspel lokspel commented Jun 29, 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

@lokspel

lokspel commented Jun 29, 2026

Copy link
Copy Markdown
Contributor Author

( i don't know how to fix the prejoin dialog, it doesnt show up too )

@lokspel

lokspel commented Jun 30, 2026

Copy link
Copy Markdown
Contributor Author

( i don't know how to fix the prejoin dialog, it doesnt show up too )

resolved.

@lokspel lokspel closed this by deleting the head repository Jun 30, 2026
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