mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
* ModuleLoader: Privatized some too-public fields
* Scene: Changed name from MakeAvatarPhysical to MakeRootAgent and added ForEachClient * SceneManager: Added ForEachScene * Worked some on appearances.
This commit is contained in:
@@ -750,7 +750,7 @@ namespace OpenSim
|
||||
break;
|
||||
case "modules":
|
||||
m_log.Error("The currently loaded shared modules are:");
|
||||
foreach (OpenSim.Region.Environment.Interfaces.IRegionModule module in m_moduleLoader.LoadedSharedModules.Values)
|
||||
foreach (OpenSim.Region.Environment.Interfaces.IRegionModule module in m_moduleLoader.GetLoadedSharedModules )
|
||||
{
|
||||
m_log.Error("Shared Module: " + module.Name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user