aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Capabilities
diff options
context:
space:
mode:
authorMelanie Thielker2016-04-29 21:23:32 +0200
committerMelanie Thielker2016-04-29 21:23:32 +0200
commitd42de53ddaeae154f17bbc240bdfdf6a349ea860 (patch)
tree2c5f3a9347a843251f61d633d0fa40e2275dc3d9 /OpenSim/Capabilities
parentPrevent "Object->Take" from working on attachments. (diff)
downloadopensim-SC_OLD-d42de53ddaeae154f17bbc240bdfdf6a349ea860.zip
opensim-SC_OLD-d42de53ddaeae154f17bbc240bdfdf6a349ea860.tar.gz
opensim-SC_OLD-d42de53ddaeae154f17bbc240bdfdf6a349ea860.tar.bz2
opensim-SC_OLD-d42de53ddaeae154f17bbc240bdfdf6a349ea860.tar.xz
Allow default permissions from the viewer to be applied to uploaded objects.
Make inventory items reflect coorect permissions immediately unstead of after relog
Diffstat (limited to 'OpenSim/Capabilities')
-rw-r--r--OpenSim/Capabilities/LLSDAssetUploadComplete.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Capabilities/LLSDAssetUploadComplete.cs b/OpenSim/Capabilities/LLSDAssetUploadComplete.cs
index ae8eb09..476cf6e 100644
--- a/OpenSim/Capabilities/LLSDAssetUploadComplete.cs
+++ b/OpenSim/Capabilities/LLSDAssetUploadComplete.cs
@@ -40,6 +40,10 @@ namespace OpenSim.Framework.Capabilities
40 public string state = String.Empty; 40 public string state = String.Empty;
41 public LLSDAssetUploadError error = null; 41 public LLSDAssetUploadError error = null;
42 //public bool success = false; 42 //public bool success = false;
43 public int new_next_owner_mask = 0;
44 public int new_group_mask = 0;
45 public int new_everyone_mask = 0;
46 public int inventory_item_flags = 0;
43 47
44 public LLSDAssetUploadComplete() 48 public LLSDAssetUploadComplete()
45 { 49 {