-
Notifications
You must be signed in to change notification settings - Fork 4
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
[Bug] Stacktrace if user gets kicked, before the timer ends #9
Comments
Can you post the config? |
The config looks like this:
|
"WelcomeText": " ...(example text) " |
What do you mean? The error occurs if the user gets kicked (by Whitelist, another plugin, etc.) or leaves while joining. |
{ |
If the timer is set (
"Timer": 5,
) and the user gets kicked or disconnects before the welcome message is sent, the plugin sends a stacktrace to the log:This seems to come from the plugin trying to fetch user data once the timer ends, but by then he has already disconnected, leading to this error.
The text was updated successfully, but these errors were encountered: