mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
don't lose version...
This commit is contained in:
@@ -148,7 +148,7 @@ namespace OpenSim.Services.InventoryService
|
||||
protected void ReadLibraryFromConfig(IConfig config, string path)
|
||||
{
|
||||
string basePath = Path.GetDirectoryName(path);
|
||||
m_LibraryRootFolder.Version = (ushort)config.GetInt("RootVersion", 1);
|
||||
m_LibraryRootFolder.Version = (ushort)config.GetInt("RootVersion", m_LibraryRootFolder.Version);
|
||||
string foldersPath
|
||||
= Path.Combine(
|
||||
basePath, config.GetString("foldersFile", String.Empty));
|
||||
|
||||
Reference in New Issue
Block a user