Fix away tracking

(cherry picked from commit 87410aea50)
This commit is contained in:
2026-09-15 13:04:10 -06:00
parent e7631701ce
commit fa634304cd
-1
View File
@@ -463,7 +463,6 @@ doover:
while (list)
{
sess = list->data;
if (!sess->server->have_awaynotify)
sess->done_away_check = FALSE;
list = list->next;
}