mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
Because there's no such thing as too much culture. (looking forward to .NET 4.5 to set this globally)
This commit is contained in:
@@ -288,6 +288,8 @@ namespace OpenSim.Services.Connectors.Simulation
|
||||
|
||||
public bool QueryAccess(GridRegion destination, UUID agentID, string agentHomeURI, bool viaTeleport, Vector3 position, List<UUID> featuresAvailable, EntityTransferContext ctx, out string reason)
|
||||
{
|
||||
Culture.SetCurrentCulture();
|
||||
|
||||
reason = "Failed to contact destination";
|
||||
|
||||
// m_log.DebugFormat("[REMOTE SIMULATION CONNECTOR]: QueryAccess start, position={0}", position);
|
||||
|
||||
Reference in New Issue
Block a user