EssentialCmds icon indicating copy to clipboard operation
EssentialCmds copied to clipboard

Tempmutes turn into Perma mutes

Open ghost opened this issue 8 years ago • 2 comments

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

ghost avatar Sep 09 '16 22:09 ghost

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.

Aaron1011 avatar Sep 09 '16 22:09 Aaron1011

@Aaron1011 Thanks, I'll fix this soon

hsyyid avatar Sep 26 '16 14:09 hsyyid