mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
very useless changes
This commit is contained in:
@@ -168,6 +168,5 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
{
|
||||
_ = new BunchOfCaps(m_Scene, agentID, caps, ConfigOptions);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -98,7 +98,6 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
public float PhysicalPrimScaleMax = 10f;
|
||||
public int ObjectLinkedPartsMax = 512;
|
||||
|
||||
|
||||
public ModelCost(Scene scene)
|
||||
{
|
||||
PrimScaleMin = scene.m_minNonphys;
|
||||
@@ -152,7 +151,7 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
resources.instance_list == null ||
|
||||
resources.instance_list.Array.Count == 0)
|
||||
{
|
||||
error = "Missing model information.";
|
||||
error = "missing model information.";
|
||||
return false;
|
||||
}
|
||||
|
||||
@@ -216,7 +215,7 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
{
|
||||
if (avatarSkeleton)
|
||||
{
|
||||
error = "Model can only contain a avatar skeleton";
|
||||
error = "model can only contain a avatar skeleton";
|
||||
return false;
|
||||
}
|
||||
avatarSkeleton = true;
|
||||
|
||||
@@ -184,6 +184,7 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
|
||||
if (m_ExportSupported)
|
||||
extrasMap["ExportSupported"] = true;
|
||||
|
||||
m_features["OpenSimExtras"] = extrasMap;
|
||||
}
|
||||
}
|
||||
@@ -434,7 +435,7 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
while ((s = sr.ReadLine()) is not null)
|
||||
{
|
||||
s = s.Trim(trimc);
|
||||
if (String.IsNullOrEmpty(s) || s.StartsWith("<!--"))
|
||||
if (string.IsNullOrEmpty(s) || s.StartsWith("<!--"))
|
||||
continue;
|
||||
sb.Append(s);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user