mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
add Cap_FetchLib2 note that this is still local to regions, not using grid as it possible should, but this needs more work, and issue with HG older grids/regions
This commit is contained in:
@@ -1381,7 +1381,7 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
StringBuilder lsl = LLSDxmlEncode.Start();
|
||||
|
||||
if(object_ids.Count == 0)
|
||||
LLSDxmlEncode.AddEmpyMap(lsl);
|
||||
LLSDxmlEncode.AddEmptyMap(lsl);
|
||||
else
|
||||
{
|
||||
LLSDxmlEncode.AddMap(lsl);
|
||||
@@ -1419,7 +1419,7 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
StringBuilder lsl = LLSDxmlEncode.Start(512);
|
||||
|
||||
if(object_ids.Count == 0)
|
||||
LLSDxmlEncode.AddEmpyMap(lsl);
|
||||
LLSDxmlEncode.AddEmptyMap(lsl);
|
||||
else
|
||||
{
|
||||
bool haveone = false;
|
||||
@@ -1854,7 +1854,7 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
StringBuilder lsl = LLSDxmlEncode.Start(names.Count * 256 + 256);
|
||||
LLSDxmlEncode.AddMap(lsl);
|
||||
if(names.Count == 0)
|
||||
LLSDxmlEncode.AddEmpyArray("agents", lsl);
|
||||
LLSDxmlEncode.AddEmptyArray("agents", lsl);
|
||||
else
|
||||
{
|
||||
LLSDxmlEncode.AddArray("agents", lsl);
|
||||
|
||||
Reference in New Issue
Block a user