-
Notifications
You must be signed in to change notification settings - Fork 36
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
Error on player join when using MySQL database and streaks disabled #122
Comments
It would be interesting to know how to enable streaks btw. The default config contains nothing about it. |
Would also like to add that I'm having the same problem with SuperbVote |
Nothing about what you posted is about streaks. |
I'm pretty sure this error has broken our vote rewards from being registered properly. No one has been getting vote rewards after we updated to the version that has this change. Nothing about the streaks appears in our config file, so I can't even turn it on. |
Whenever a player joins the server, an error is thrown and printed to the console. It doesn't cause any other issues, but should be fixed nonetheless. According to the error message and its stacktrace, it appears that this error is caused by the plugin not checking whether streaks are enabled or not when a player joins. The error in question looks as follows:
The text was updated successfully, but these errors were encountered: