mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +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:
@@ -32,6 +32,7 @@ namespace OpenSim
|
||||
public interface IApplicationPlugin : IPlugin
|
||||
{
|
||||
void Initialise(OpenSimBase openSim);
|
||||
void PostInitialise();
|
||||
}
|
||||
|
||||
public class ApplicationPluginInitialiser : PluginInitialiserBase
|
||||
|
||||
Reference in New Issue
Block a user