mirror of
https://github.com/opensim/opensim.git
synced 2026-05-25 03:05:41 +08:00
Added a PostInitialise method to IApplicationPlugin, this allows us to do work in there knowing that all other ApplicationPlugins have been initialised by that time.
Moved the loadRegions code in LoadRegionsPlugin to the PostInitialise method.
This commit is contained in:
@@ -63,6 +63,10 @@ namespace OpenSim.ApplicationPlugins.ScriptEngine
|
||||
//m_OpenSim.Shutdown();
|
||||
}
|
||||
|
||||
public void PostInitialise()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
#region IApplicationPlugin stuff
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user