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

fix(server/player): prevent login while already logged in #629

Merged
merged 1 commit into from
Dec 1, 2024

Conversation

solareon
Copy link
Contributor

@solareon solareon commented Dec 1, 2024

Description

We don't check if players are already logged in before letting them log in. This is bad form and lets folks dupe starter items and cause other issues. This checks if players are logged in and drops them for exploiting and triggers a log message.

Checklist

  • I have personally loaded this code into an updated Qbox project and checked all of its functionality.
  • My pull request fits the contribution guidelines & code conventions.

@solareon solareon merged commit a016dee into main Dec 1, 2024
4 checks 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.

3 participants