aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/ContentManagementSystem/CMController.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Environment/Modules/ContentManagementSystem/CMController.cs')
-rw-r--r--OpenSim/Region/Environment/Modules/ContentManagementSystem/CMController.cs10
1 files changed, 5 insertions, 5 deletions
diff --git a/OpenSim/Region/Environment/Modules/ContentManagementSystem/CMController.cs b/OpenSim/Region/Environment/Modules/ContentManagementSystem/CMController.cs
index c5c1600..6ccb646 100644
--- a/OpenSim/Region/Environment/Modules/ContentManagementSystem/CMController.cs
+++ b/OpenSim/Region/Environment/Modules/ContentManagementSystem/CMController.cs
@@ -72,7 +72,7 @@ namespace OpenSim.Region.Environment.Modules.ContentManagement
72 72
73 #region Fields 73 #region Fields
74 74
75 bool init = false; 75 //bool init = false;
76 int m_channel = -1; 76 int m_channel = -1;
77 77
78 /// <value> 78 /// <value>
@@ -122,9 +122,9 @@ namespace OpenSim.Region.Environment.Modules.ContentManagement
122 #region Private Methods 122 #region Private Methods
123 123
124 //------------------------------------------------ EVENTS ----------------------------------------------------// 124 //------------------------------------------------ EVENTS ----------------------------------------------------//
125 private void AvatarEnteringParcel(ScenePresence avatar, int localLandID, LLUUID regionID) 125// private void AvatarEnteringParcel(ScenePresence avatar, int localLandID, LLUUID regionID)
126 { 126// {
127 } 127// }
128 128
129 /// <summary> 129 /// <summary>
130 /// Searches in all scenes for a SceneObjectGroup that contains a part with a specific localID. If found, the object is returned. Else null is returned. 130 /// Searches in all scenes for a SceneObjectGroup that contains a part with a specific localID. If found, the object is returned. Else null is returned.
@@ -384,7 +384,7 @@ namespace OpenSim.Region.Environment.Modules.ContentManagement
384 { 384 {
385 m_log.Debug("[CONTENT MANAGEMENT] Registering channel with chat services."); 385 m_log.Debug("[CONTENT MANAGEMENT] Registering channel with chat services.");
386 client.OnChatFromViewer += SimChatSent; 386 client.OnChatFromViewer += SimChatSent;
387 init = true; 387 //init = true;
388 388
389 OnNewClient(client); 389 OnNewClient(client);
390 390