diff options
author | Diva Canto | 2016-06-22 18:35:14 -0700 |
---|---|---|
committer | Diva Canto | 2016-06-22 18:35:14 -0700 |
commit | c94c929ec16a9731e636b30e6536f39ee7ad1ecf (patch) | |
tree | aca82650e8be16bfa0fedc91d9a893c11d144c2d /OpenSim/Server/Handlers/Simulation/AgentHandlers.cs | |
parent | Mantis #7802: set culture to US English on the thread that does the agent cro... (diff) | |
download | opensim-SC-c94c929ec16a9731e636b30e6536f39ee7ad1ecf.zip opensim-SC-c94c929ec16a9731e636b30e6536f39ee7ad1ecf.tar.gz opensim-SC-c94c929ec16a9731e636b30e6536f39ee7ad1ecf.tar.bz2 opensim-SC-c94c929ec16a9731e636b30e6536f39ee7ad1ecf.tar.xz |
Amend to previous commit -- set the culture also on the receiving end.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Server/Handlers/Simulation/AgentHandlers.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs b/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs index 26f000a..364f1fd 100644 --- a/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs +++ b/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs | |||
@@ -120,6 +120,8 @@ namespace OpenSim.Server.Handlers.Simulation | |||
120 | 120 | ||
121 | protected virtual void DoQueryAccess(Hashtable request, Hashtable responsedata, UUID agentID, UUID regionID) | 121 | protected virtual void DoQueryAccess(Hashtable request, Hashtable responsedata, UUID agentID, UUID regionID) |
122 | { | 122 | { |
123 | Culture.SetCurrentCulture(); | ||
124 | |||
123 | EntityTransferContext ctx = new EntityTransferContext(); | 125 | EntityTransferContext ctx = new EntityTransferContext(); |
124 | 126 | ||
125 | if (m_SimulationService == null) | 127 | if (m_SimulationService == null) |