mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Removed some ScriptEngine config debugging.
Added experimental console command to: * unload module (note: module probably doesn't support it) * load module Not visible in help (needs testing first).
This commit is contained in:
@@ -294,5 +294,12 @@ namespace OpenSim.Region.Environment
|
||||
{
|
||||
LoadedAssemblys.Clear();
|
||||
}
|
||||
|
||||
public void UnloadModule(IRegionModule rm)
|
||||
{
|
||||
rm.Close();
|
||||
|
||||
m_loadedModules.Remove(rm);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user