diff options
Diffstat (limited to 'OpenSim/ApplicationPlugins/Rest/Regions/RestRegionPlugin.cs')
-rw-r--r-- | OpenSim/ApplicationPlugins/Rest/Regions/RestRegionPlugin.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/ApplicationPlugins/Rest/Regions/RestRegionPlugin.cs b/OpenSim/ApplicationPlugins/Rest/Regions/RestRegionPlugin.cs index aeb91a9..9d68225 100644 --- a/OpenSim/ApplicationPlugins/Rest/Regions/RestRegionPlugin.cs +++ b/OpenSim/ApplicationPlugins/Rest/Regions/RestRegionPlugin.cs | |||
@@ -85,7 +85,7 @@ namespace OpenSim.ApplicationPlugins.Rest.Regions | |||
85 | /// Note that entries MUST be added to the active configuration files before | 85 | /// Note that entries MUST be added to the active configuration files before |
86 | /// the plugin can be enabled. | 86 | /// the plugin can be enabled. |
87 | /// </remarks> | 87 | /// </remarks> |
88 | public override void Initialise(OpenSimMain openSim) | 88 | public override void Initialise(OpenSimBase openSim) |
89 | { | 89 | { |
90 | try | 90 | try |
91 | { | 91 | { |