mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
removed last db4o ref
This commit is contained in:
@@ -427,11 +427,7 @@ namespace OpenSim
|
||||
m_httpServerPort = m_networkServersInfo.HttpListenerPort;
|
||||
|
||||
IAssetServer assetServer;
|
||||
if (m_assetStorage == "db4o")
|
||||
{
|
||||
assetServer = new LocalAssetServer();
|
||||
}
|
||||
else if (m_assetStorage == "grid")
|
||||
if (m_assetStorage == "grid")
|
||||
{
|
||||
assetServer = new GridAssetClient(m_networkServersInfo.AssetURL);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user