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

Tempmutes turn into Perma mutes #145

Open
ghost opened this issue Sep 9, 2016 · 2 comments
Open

Tempmutes turn into Perma mutes #145

ghost opened this issue Sep 9, 2016 · 2 comments
Assignees
Labels

Comments

@ghost
Copy link

ghost commented Sep 9, 2016

A player is muted for a temporary amount of time, but after server restarts, that player is perm muted over and over again.

@Aaron1011
Copy link

The root of the issue is here. When a temp mute is created, the duration information is only used to create a delayed task - it's not stored anywhere. When the server restarts, no delayed tasks are started for the mutes which were persisted in the database.

@hsyyid
Copy link
Owner

hsyyid commented Sep 26, 2016

@Aaron1011 Thanks, I'll fix this soon

@hsyyid hsyyid self-assigned this Sep 26, 2016
@hsyyid hsyyid added the bug label Sep 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants