Stats: return false if update has failed
This commit is contained in:
parent
ff650d50a2
commit
188783ac1a
|
@ -90,7 +90,7 @@ stats_update()
|
|||
LogError(error);
|
||||
|
||||
stats_validity = StatsValidity::FAILED;
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue