mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
of course it is broken
This commit is contained in:
@@ -1776,7 +1776,6 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
}
|
||||
landdata = null;
|
||||
|
||||
int nparcels = 0;
|
||||
int totalmem = 0;
|
||||
int totalurls = 0;
|
||||
bool ownerparcels = showType != 1;
|
||||
@@ -1798,8 +1797,6 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
if(ownerparcels && landdata.OwnerID != parcelOwner)
|
||||
continue;
|
||||
|
||||
++nparcels;
|
||||
|
||||
ParcelScriptInfo pi = null;
|
||||
if (showdetail)
|
||||
{
|
||||
@@ -1830,7 +1827,7 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
totalurls += urls_used;
|
||||
}
|
||||
|
||||
if(showdetail)
|
||||
if (showdetail)
|
||||
{
|
||||
ScriptInfoForParcel sip = new ScriptInfoForParcel()
|
||||
{
|
||||
@@ -1845,7 +1842,8 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
pi.objects.Add(sip);
|
||||
}
|
||||
}
|
||||
parcelsInfo.Add(pi);
|
||||
if (showdetail)
|
||||
parcelsInfo.Add(pi);
|
||||
}
|
||||
landdata = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user