mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
* Update code to use patched libsecondlife.dll which removes the problem where the AssetType enum was 'Primitive' rather than 'Object'
* The libsecondlife patch was also applied to libsecondlife itself in r1714 * Many, many thanks to Dr Schofield (IBM) for his help on this :)
This commit is contained in:
@@ -326,7 +326,7 @@ namespace OpenSim.Framework.Communications
|
||||
folder.AgentID = user;
|
||||
folder.ID = LLUUID.Random();
|
||||
folder.Name = "Objects";
|
||||
folder.Type = (short)AssetType.Primitive;
|
||||
folder.Type = (short)AssetType.Object;
|
||||
folder.Version = 1;
|
||||
Folders.Add(folder.ID, folder);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user