Mantis#1005. Thank you kindly, Mircea for a two patches that:

Addresses both locale issues and setting the waterHeight correctly.
This commit is contained in:
Charles Krinke
2008-07-11 15:40:56 +00:00
parent aad55e5034
commit 1472cee72f
2 changed files with 9 additions and 4 deletions

View File

@@ -715,6 +715,11 @@ namespace OpenSim.Region.ClientStack.LindenUDP
/// </summary>
protected virtual void AuthUser()
{
//tell this thread we are using the culture set up for the sim (currently hardcoded to en_US)
//otherwise it will override this and use the system default
Culture.SetCurrentCulture();
try
{
// AuthenticateResponse sessionInfo = m_gridServer.AuthenticateSession(m_cirpack.m_circuitCode.m_sessionId, m_cirpack.m_circuitCode.ID, m_cirpack.m_circuitCode.Code);