Ignore "Unspecified Error" when searching for saves

This commit is contained in:
jacob1 2015-10-10 00:32:09 -04:00
parent bc112b54df
commit 286dd02dad

View File

@ -149,6 +149,8 @@ void SearchModel::Update()
if(!saveList.size())
{
lastError = Client::Ref().GetLastError();
if (lastError == "Unspecified Error")
lastError = "";
}
resultCount = thResultCount;