diff options
Diffstat (limited to 'OpenSim/Region/Application/OpenSimBase.cs')
-rw-r--r-- | OpenSim/Region/Application/OpenSimBase.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs index 3840240..7aa9f99 100644 --- a/OpenSim/Region/Application/OpenSimBase.cs +++ b/OpenSim/Region/Application/OpenSimBase.cs | |||
@@ -381,6 +381,8 @@ namespace OpenSim | |||
381 | // Initialize the asset cache, passing a reference to the selected | 381 | // Initialize the asset cache, passing a reference to the selected |
382 | // asset server interface. | 382 | // asset server interface. |
383 | m_assetCache = ResolveAssetCache(assetServer); | 383 | m_assetCache = ResolveAssetCache(assetServer); |
384 | |||
385 | assetServer.Start(); | ||
384 | } | 386 | } |
385 | 387 | ||
386 | // This method loads the identified asset server, passing an approrpiately | 388 | // This method loads the identified asset server, passing an approrpiately |