fix #363
This commit is contained in:
parent
ca5ad87414
commit
af0ddd303d
|
@ -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…
Reference in a new issue