Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #1958 #1959

Merged
merged 1 commit into from
Nov 13, 2024
Merged

Fixes #1958 #1959

merged 1 commit into from
Nov 13, 2024

Conversation

senseiwells
Copy link
Contributor

Fixes an issue where repeatedly calling the createFake method in quick succession will spawn multiple of the same player which can cause lots of issues. This is because fetching the profile takes some time and the player is not online thus bypasses the logged in check. I've added an extra check for players that are currently being spawned in to prevent further requests to spawn that player in while their profile is being fetched.

@gnembon gnembon merged commit a83d04e into gnembon:master Nov 13, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants