Commit 188783ac authored by Max Kellermann's avatar Max Kellermann

Stats: return false if update has failed

parent ff650d50
......@@ -90,7 +90,7 @@ stats_update()
LogError(error);
stats_validity = StatsValidity::FAILED;
return true;
return false;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment