You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
A player is muted for a temporary amount of time, but after server restarts, that player is perm muted over and over again.
The text was updated successfully, but these errors were encountered: