Ignore "Unspecified Error" when searching for saves
This commit is contained in:
parent
bc112b54df
commit
286dd02dad
@ -149,6 +149,8 @@ void SearchModel::Update()
|
|||||||
if(!saveList.size())
|
if(!saveList.size())
|
||||||
{
|
{
|
||||||
lastError = Client::Ref().GetLastError();
|
lastError = Client::Ref().GetLastError();
|
||||||
|
if (lastError == "Unspecified Error")
|
||||||
|
lastError = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
resultCount = thResultCount;
|
resultCount = thResultCount;
|
||||||
|
Loading…
Reference in New Issue
Block a user