fix AFK message being sent repeatedly

This commit is contained in:
in1tiate 2021-04-15 06:40:07 -05:00
parent f0412e0e05
commit 42ca1d2779

View File

@ -324,8 +324,9 @@ Server* AOClient::getServer() { return server; }
void AOClient::onAfkTimeout()
{
if (!is_afk)
sendServerMessage("You are now AFK.");
is_afk = true;
sendServerMessage("You are now AFK.");
}
AOClient::~AOClient() {