mirror of
https://github.com/SWG-Source/src.git
synced 2026-09-11 23:45:01 -04:00
actually, i'll strip the array on the php side
This commit is contained in:
@@ -231,7 +231,7 @@ void ClientConnection::validateClient(const std::string & id, const std::string
|
||||
|
||||
if (j.count("message"))
|
||||
{
|
||||
errMsg = j["message"][0].get<std::string>();
|
||||
errMsg = j["message"].get<std::string>();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user