mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
* Implement 'Save Object Back to My Inventory'. On the Linden client this is in the Tools menu available when editing an object
* This facility allows you to save changes to an object that you've rezzed into a region back into their original inventory item without having to take a copy of the rezzed object.
This commit is contained in:
@@ -213,7 +213,7 @@ namespace OpenSim.Data.Tests
|
||||
// The ObjectFlags is an exception, if it is entered incorrectly, the object IS REJECTED on the database silently.
|
||||
UUID creator,uuid = new UUID();
|
||||
creator = UUID.Random();
|
||||
uint iserial = (uint) random.Next();
|
||||
uint iserial = (uint)random.Next();
|
||||
TaskInventoryDictionary dic = new TaskInventoryDictionary();
|
||||
uint objf = (uint) random.Next();
|
||||
uuid = prim4;
|
||||
|
||||
Reference in New Issue
Block a user