Fix the GetTexture path to /CAPS/GetTexture for now until we have real capabilities.

bulletsim
Diva Canto 2011-05-02 16:16:10 -07:00
parent 883f21dd02
commit 6b52c1d6cd
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ namespace OpenSim.Capabilities.Handlers
if (m_AssetService == null)
throw new Exception(String.Format("Failed to load AssetService from {0}; config is {1}", assetService, m_ConfigName));
server.AddStreamHandler(new GetTextureHandler("/CAPS/" + UUID.Random() + "/", m_AssetService));
server.AddStreamHandler(new GetTextureHandler("/CAPS/GetTexture/" /*+ UUID.Random() */, m_AssetService));
}
}