remove a duplicated field

httptests
UbitUmarov 2018-02-01 03:16:32 +00:00
parent 3635943d39
commit 5ae09e03aa
1 changed files with 0 additions and 1 deletions

View File

@ -439,7 +439,6 @@ namespace OpenSim.Framework
LLSDxmlEncode.AddElem("type", AssetType, lsl);
LLSDxmlEncode.AddElem("inv_type", InvType, lsl);
LLSDxmlEncode.AddElem("flags", ((int)Flags) & 0xff, lsl);
LLSDxmlEncode.AddElem("flags", ((int)Flags) & 0xff, lsl);
LLSDxmlEncode.AddMap("sale_info",lsl);
LLSDxmlEncode.AddElem("sale_price", SalePrice, lsl);