From c94c929ec16a9731e636b30e6536f39ee7ad1ecf Mon Sep 17 00:00:00 2001 From: Diva Canto Date: Wed, 22 Jun 2016 18:35:14 -0700 Subject: [PATCH] Amend to previous commit -- set the culture also on the receiving end. --- OpenSim/Server/Handlers/Simulation/AgentHandlers.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs b/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs index 26f000aa63..364f1fddde 100644 --- a/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs +++ b/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs @@ -120,6 +120,8 @@ namespace OpenSim.Server.Handlers.Simulation protected virtual void DoQueryAccess(Hashtable request, Hashtable responsedata, UUID agentID, UUID regionID) { + Culture.SetCurrentCulture(); + EntityTransferContext ctx = new EntityTransferContext(); if (m_SimulationService == null)