Fix updater

This commit is contained in:
jacob1 2019-03-09 22:09:08 -05:00
parent 55e6074942
commit 45b391d9ea

View File

@ -46,7 +46,7 @@ private:
notifyError("Could not download update: " + error);
return false;
}
if (data.size())
if (!data.size())
{
error = "Server responded with nothing";
notifyError("Server did not return any data");