mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
* Remove lots of warnings from the CMS module
* Remove a few other miscellaneous warnings
This commit is contained in:
@@ -72,7 +72,7 @@ namespace OpenSim.Region.Environment.Modules.ContentManagement
|
||||
|
||||
#region Fields
|
||||
|
||||
bool init = false;
|
||||
//bool init = false;
|
||||
int m_channel = -1;
|
||||
|
||||
/// <value>
|
||||
@@ -122,9 +122,9 @@ namespace OpenSim.Region.Environment.Modules.ContentManagement
|
||||
#region Private Methods
|
||||
|
||||
//------------------------------------------------ EVENTS ----------------------------------------------------//
|
||||
private void AvatarEnteringParcel(ScenePresence avatar, int localLandID, LLUUID regionID)
|
||||
{
|
||||
}
|
||||
// private void AvatarEnteringParcel(ScenePresence avatar, int localLandID, LLUUID regionID)
|
||||
// {
|
||||
// }
|
||||
|
||||
/// <summary>
|
||||
/// 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
|
||||
{
|
||||
m_log.Debug("[CONTENT MANAGEMENT] Registering channel with chat services.");
|
||||
client.OnChatFromViewer += SimChatSent;
|
||||
init = true;
|
||||
//init = true;
|
||||
|
||||
OnNewClient(client);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user