diff options
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Application/OpenSimBase.cs | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs index 3f7c757..5927c5c 100644 --- a/OpenSim/Region/Application/OpenSimBase.cs +++ b/OpenSim/Region/Application/OpenSimBase.cs | |||
@@ -212,6 +212,12 @@ namespace OpenSim | |||
212 | m_commsManager.GridService.RegionLoginsEnabled = true; | 212 | m_commsManager.GridService.RegionLoginsEnabled = true; |
213 | } | 213 | } |
214 | 214 | ||
215 | AddPluginCommands(); | ||
216 | |||
217 | } | ||
218 | |||
219 | protected virtual void AddPluginCommands() | ||
220 | { | ||
215 | // If console exists add plugin commands. | 221 | // If console exists add plugin commands. |
216 | if (m_console != null) | 222 | if (m_console != null) |
217 | { | 223 | { |
@@ -251,7 +257,6 @@ namespace OpenSim | |||
251 | } | 257 | } |
252 | } | 258 | } |
253 | } | 259 | } |
254 | |||
255 | } | 260 | } |
256 | 261 | ||
257 | private void HandleCommanderCommand(string module, string[] cmd) | 262 | private void HandleCommanderCommand(string module, string[] cmd) |