mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
Amend to previous commit -- set the culture also on the receiving end.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user