the prefix "fix" turned out to be bollocks. sorry about that. hope this one

fares better.
This commit is contained in:
Dr Scofield
2008-06-25 16:43:42 +00:00
parent a2b1a1787d
commit b7c81ff166

View File

@@ -851,7 +851,6 @@ namespace OpenSim.Region.Environment.Scenes
{
lock (Entities)
{
if (0 == Entities.Count) return null;
return new List<EntityBase>(Entities.Values);
}
}