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

This commit is contained in:
Diva Canto
2016-06-22 18:35:14 -07:00
parent 33efc91342
commit c94c929ec1

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)