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:
UbitUmarov
2018-01-27 04:32:03 +00:00
parent 3dbdacf31f
commit 13b4ce8199
7 changed files with 228 additions and 20 deletions

View File

@@ -81,7 +81,7 @@ namespace OpenSim.Framework
sb.Append("</map>");
}
public static void AddEmpyMap(StringBuilder sb)
public static void AddEmptyMap(StringBuilder sb)
{
sb.Append("<map />");
}
@@ -97,7 +97,7 @@ namespace OpenSim.Framework
sb.Append("</array>");
}
public static void AddEmpyArray(StringBuilder sb)
public static void AddEmptyArray(StringBuilder sb)
{
sb.Append("<array />");
}
@@ -254,7 +254,7 @@ namespace OpenSim.Framework
sb.Append("</key><map>");
}
public static void AddEmpyMap(string name, StringBuilder sb)
public static void AddEmptyMap(string name, StringBuilder sb)
{
sb.Append("<key>");
sb.Append(name);
@@ -269,7 +269,7 @@ namespace OpenSim.Framework
sb.Append("</key><array>");
}
public static void AddEmpyArray(string name, StringBuilder sb)
public static void AddEmptyArray(string name, StringBuilder sb)
{
sb.Append("<key>");
sb.Append(name);