fix compatibility with swgsource auth

This commit is contained in:
DarthArgus
2019-03-03 23:47:15 +00:00
parent cee44579cd
commit 32cfd73213
@@ -189,7 +189,7 @@ void ClientConnection::validateClient(const std::string &id, const std::string &
}
if (done) {
std::string response = api.getRaw();
std::string response = api.getString("response");
if (response == "success") {
authOK = true;