Amend to previous commit -- set the culture also on the receiving end.
parent
33efc91342
commit
c94c929ec1
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue