Because there's no such thing as too much culture. (looking forward to .NET 4.5 to set this globally)
parent
cc9ff12988
commit
56e2358ec2
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue