diff options
Diffstat (limited to 'OpenSim/Grid/AssetServer')
-rw-r--r-- | OpenSim/Grid/AssetServer/Main.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/OpenSim/Grid/AssetServer/Main.cs b/OpenSim/Grid/AssetServer/Main.cs index 3f85691..1c9275b 100644 --- a/OpenSim/Grid/AssetServer/Main.cs +++ b/OpenSim/Grid/AssetServer/Main.cs | |||
@@ -80,10 +80,8 @@ namespace OpenSim.Grid.AssetServer | |||
80 | MainConsole.Instance = m_console; | 80 | MainConsole.Instance = m_console; |
81 | } | 81 | } |
82 | 82 | ||
83 | public override void Startup() | 83 | protected override void StartupSpecific() |
84 | { | 84 | { |
85 | base.Startup(); | ||
86 | |||
87 | AssetConfig config = new AssetConfig("ASSET SERVER", (Path.Combine(Util.configDir(), "AssetServer_Config.xml"))); | 85 | AssetConfig config = new AssetConfig("ASSET SERVER", (Path.Combine(Util.configDir(), "AssetServer_Config.xml"))); |
88 | 86 | ||
89 | m_log.Info("[ASSET]: Setting up asset DB"); | 87 | m_log.Info("[ASSET]: Setting up asset DB"); |