mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
* Back porting the LLSD Login Service Method fix to stable.
This commit is contained in:
@@ -379,7 +379,11 @@ namespace OpenSim.Framework.Communications
|
||||
return logResponse.CreateLoginFailedResponseLLSD();
|
||||
}
|
||||
}
|
||||
else
|
||||
return logResponse.CreateLoginFailedResponseLLSD();
|
||||
}
|
||||
else
|
||||
return logResponse.CreateLoginFailedResponseLLSD();
|
||||
|
||||
|
||||
if (userProfile.GodLevel < m_minLoginLevel)
|
||||
|
||||
Reference in New Issue
Block a user