mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-04-05 06:52:36 +02:00
shouldn't return an error in whatever case this is
This commit is contained in:
parent
5afb95dcf1
commit
ec99fcdf5d
@ -715,7 +715,9 @@ RequestStatus Client::ParseServerReturn(char *result, int status, bool json)
|
||||
json::String error = root["Error"];
|
||||
lastError = std::string(error);
|
||||
if (lastError == "")
|
||||
lastError = "Unspecified Error";
|
||||
{
|
||||
return RequestOkay;
|
||||
}
|
||||
return RequestFailure;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user