fix #363
This commit is contained in:
parent
ca5ad87414
commit
af0ddd303d
1 changed files with 1 additions and 0 deletions
|
|
@ -169,6 +169,7 @@ User.prototype.setAFK = function (afk) {
|
|||
|
||||
/* No change in AFK status, don't need to change anything */
|
||||
if (this.is(Flags.U_AFK) === afk) {
|
||||
this.autoAFK();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue