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