mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
jhurliman's patch in http://opensimulator.org/mantis/view.php?id=4024
This commit is contained in:
@@ -78,6 +78,12 @@ namespace OpenSim.Framework
|
||||
ID = id;
|
||||
}
|
||||
|
||||
public InventoryFolderBase(UUID id, UUID owner)
|
||||
{
|
||||
ID = id;
|
||||
Owner = owner;
|
||||
}
|
||||
|
||||
public InventoryFolderBase(UUID id, string name, UUID owner, short type, UUID parent, ushort version)
|
||||
{
|
||||
ID = id;
|
||||
|
||||
Reference in New Issue
Block a user