aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSimMain.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Application/OpenSimMain.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs
index 7d83df7..e84e239 100644
--- a/OpenSim/Region/Application/OpenSimMain.cs
+++ b/OpenSim/Region/Application/OpenSimMain.cs
@@ -276,8 +276,8 @@ namespace OpenSim
276 276
277 m_dumpAssetsToFile = standaloneConfig.GetBoolean("dump_assets_to_file", false); 277 m_dumpAssetsToFile = standaloneConfig.GetBoolean("dump_assets_to_file", false);
278 } 278 }
279 if (!m_sandbox) 279 //if (!m_sandbox)
280 m_SendChildAgentTaskData = false; 280 //m_SendChildAgentTaskData = false;
281 281
282 282
283 m_networkServersInfo.loadFromConfiguration(m_config); 283 m_networkServersInfo.loadFromConfiguration(m_config);
@@ -485,8 +485,8 @@ namespace OpenSim
485 if (m_SendChildAgentTaskData) 485 if (m_SendChildAgentTaskData)
486 { 486 {
487 MainLog.Instance.Error("WARNING", 487 MainLog.Instance.Error("WARNING",
488 "Send Child Agent Task Updates is enabled. This is for testing only. It doesn't work on grid mode!"); 488 "Send Child Agent Task Updates is enabled. This is for testing only.");
489 Thread.Sleep(12000); 489 //Thread.Sleep(12000);
490 } 490 }
491 return 491 return
492 new Scene(regionInfo, circuitManager, permissionManager, m_commsManager, sceneGridService, m_assetCache, 492 new Scene(regionInfo, circuitManager, permissionManager, m_commsManager, sceneGridService, m_assetCache,