mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 22:05:36 +08:00
Fix cast issue
This commit is contained in:
@@ -312,7 +312,7 @@ namespace OpenSim.Services.InventoryService
|
||||
{
|
||||
if (xFolder.version > check.Version)
|
||||
return false;
|
||||
check.Version = xFolder.version;
|
||||
check.Version = (ushort)xFolder.version;
|
||||
xFolder = ConvertFromOpenSim(check);
|
||||
return m_Database.StoreFolder(xFolder);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user