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:
Diva Canto
2016-06-22 20:31:01 -07:00
parent cc9ff12988
commit 56e2358ec2

View File

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