mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-31 00:15:55 -04:00
fix compatibility with swgsource auth
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user