aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/HGCommands.cs
diff options
context:
space:
mode:
authorMelanie2009-11-25 17:04:05 +0000
committerMelanie2009-11-25 17:04:05 +0000
commit79395bc7dbe5efbba604adae733c31cfbe9bf529 (patch)
treeff113c356963af91d5187d8ecc65cd3f3efc0f1a /OpenSim/Region/Application/HGCommands.cs
parentChange osTeleportAgent parameters from long to int. That numerical range is (diff)
parentMerge branch 'master' of melanie@opensimulator.org:/var/git/opensim (diff)
downloadopensim-SC-79395bc7dbe5efbba604adae733c31cfbe9bf529.zip
opensim-SC-79395bc7dbe5efbba604adae733c31cfbe9bf529.tar.gz
opensim-SC-79395bc7dbe5efbba604adae733c31cfbe9bf529.tar.bz2
opensim-SC-79395bc7dbe5efbba604adae733c31cfbe9bf529.tar.xz
Merge branch 'master' into careminster
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Application/HGCommands.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/HGCommands.cs b/OpenSim/Region/Application/HGCommands.cs
index f503db7..7ae161d 100644
--- a/OpenSim/Region/Application/HGCommands.cs
+++ b/OpenSim/Region/Application/HGCommands.cs
@@ -42,7 +42,7 @@ namespace OpenSim
42{ 42{
43 public class HGCommands 43 public class HGCommands
44 { 44 {
45 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); 45// private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
46 46
47 public static Scene CreateScene(RegionInfo regionInfo, AgentCircuitManager circuitManager, CommunicationsManager m_commsManager, 47 public static Scene CreateScene(RegionInfo regionInfo, AgentCircuitManager circuitManager, CommunicationsManager m_commsManager,
48 StorageManager storageManager, ModuleLoader m_moduleLoader, ConfigSettings m_configSettings, OpenSimConfigSource m_config, string m_version) 48 StorageManager storageManager, ModuleLoader m_moduleLoader, ConfigSettings m_configSettings, OpenSimConfigSource m_config, string m_version)