This commit is contained in:
Erik 2014-05-23 22:07:54 -04:00
parent ca5ad87414
commit af0ddd303d

View file

@ -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;
}