-
Notifications
You must be signed in to change notification settings - Fork 178
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
Recoded Player.PreAuthenticating wia Patch #2786
Conversation
…gs and handlers.Player.Preauth
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix build issues
The base branch was changed.
Just some questions I have before merging this, what happens if Is this also fully tested? All properties returning the correct value, also making sure that this doesn't cause any issue with whitelists, server max slots and reserved slots. |
When IsAllowed is set to false, player goes back to lobby with Server Not Responding Message. All Values in event args are same with original event. Just tested it on reserved slots and whitelists, it is working and not cousing any troubles with it. |
nice |
Recoded PreAuthenticating event wia patch, so IsAllowed will work.