move along, nothing to see here. just a couple of lazy variables.

This commit is contained in:
Dr Scofield
2008-06-27 19:57:06 +00:00
parent 333b741e30
commit 3d26e6ede0
8 changed files with 31 additions and 25 deletions

View File

@@ -500,7 +500,8 @@ namespace OpenSim.Region.Environment.Modules.World.Estate
for (int i = 0; i < uuidarr.Length; i++)
{
string lookupname = m_scene.CommsManager.UUIDNameRequestString(uuidarr[i]);
// string lookupname = m_scene.CommsManager.UUIDNameRequestString(uuidarr[i]);
m_scene.CommsManager.UUIDNameRequestString(uuidarr[i]);
// we drop it. It gets cached though... so we're ready for the next request.
}
}