Minor fixes to CLE stale system

This commit is contained in:
KimLS
2019-07-25 22:26:56 -07:00
parent 23a187f6c1
commit 212f8a3062
6 changed files with 9 additions and 11 deletions
+2 -2
View File
@@ -273,8 +273,8 @@ bool ClientListEntry::CheckStale() {
if (stale > 20) {
if (pOnline > CLE_Status::Offline)
SetOnline(CLE_Status::Offline);
else
return true;
return true;
}
return false;
}