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: An exception is thrown when executing a command with the argument [playerId] #124

Merged
merged 6 commits into from
Oct 3, 2024

Conversation

MrDave1999
Copy link
Owner

Resolves #123

@MrDave1999 MrDave1999 added the bug-fix A pull request that fixes a bug label Oct 3, 2024
@MrDave1999 MrDave1999 marked this pull request as ready for review October 3, 2024 01:08
…cts to the server for the first time

This change ensures that new players start in an unauthenticated state, preventing unauthorized access to features until they register or log in.

Clarification: It is the "IsAuthenticated" property of the "AccountComponent" class that is set.
When the "AddComponent" method is invoked, the instance is created and the arguments are passed to the constructor.
… registers

This change ensures that players gain access to authenticated features once they successfully log in or complete the registration process.

Clarification: It is the "IsAuthenticated" property of the "AccountComponent" class that is set.
When the "AddComponent" method is invoked, the instance is created and the arguments are passed to the constructor.
@MrDave1999 MrDave1999 merged commit 1216ce4 into dev Oct 3, 2024
1 check passed
@MrDave1999 MrDave1999 deleted the fix/issue-123 branch October 3, 2024 01:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-fix A pull request that fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

An exception is thrown when executing a command with the argument [playerId]
1 participant