mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-13 11:54:04 +02:00
Ignore "Unspecified Error" when searching for saves
This commit is contained in:
@@ -149,6 +149,8 @@ void SearchModel::Update()
|
||||
if(!saveList.size())
|
||||
{
|
||||
lastError = Client::Ref().GetLastError();
|
||||
if (lastError == "Unspecified Error")
|
||||
lastError = "";
|
||||
}
|
||||
|
||||
resultCount = thResultCount;
|
||||
|
Reference in New Issue
Block a user