Fix #656
This commit is contained in:
parent
5bdf8b4aaf
commit
f42e3bf2b7
3 changed files with 8 additions and 1 deletions
|
|
@ -212,6 +212,7 @@ User.prototype.setAFK = function (afk) {
|
|||
this.setFlag(Flags.U_AFK);
|
||||
if (this.channel.modules.voteskip) {
|
||||
this.channel.modules.voteskip.unvote(this.realip);
|
||||
this.socket.emit("clearVoteskipVote");
|
||||
}
|
||||
} else {
|
||||
this.clearFlag(Flags.U_AFK);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue