mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
- add restrictions and error handling to plugin loading in
AssetInventoryServer - assign shorter names to each AssetInventory plugin - modify AssetInventoryServer.ini.example file so it works out of the box
This commit is contained in:
@@ -619,7 +619,7 @@ namespace OpenSim.Grid.AssetInventoryServer.Plugins.Simple
|
||||
|
||||
public string Name
|
||||
{
|
||||
get { return "AssetInventoryServer Simple inventory storage provider"; }
|
||||
get { return "SimpleInventoryStorage"; }
|
||||
}
|
||||
|
||||
#endregion IPlugin implementation
|
||||
|
||||
Reference in New Issue
Block a user