Amend to previous commit -- set the culture also on the receiving end.

LSLKeyTest
Diva Canto 2016-06-22 18:35:14 -07:00
parent 33efc91342
commit c94c929ec1
1 changed files with 2 additions and 0 deletions

View File

@ -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)