fix being told youre afk twice if you use /afk before the timer runs out
This commit is contained in:
parent
a32b33d957
commit
9c6fa22ee5
@ -324,6 +324,7 @@ Server* AOClient::getServer() { return server; }
|
||||
|
||||
void AOClient::onAfkTimeout()
|
||||
{
|
||||
if (!is_afk)
|
||||
sendServerMessage("You are now AFK.");
|
||||
is_afk = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user